Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 18 additions & 18 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ GEM
activesupport (3.2.6)
i18n (~> 0.6)
multi_json (~> 1.0)
addressable (2.2.7)
addressable (2.2.8)
arel (3.0.2)
bourbon (2.1.0)
sass (>= 3.1)
bourne (1.1.1)
mocha (= 0.10.4)
builder (3.0.0)
capybara (1.1.2)
capybara (1.1.4)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
Expand All @@ -49,8 +49,8 @@ GEM
capybara-webkit (0.12.1)
capybara (>= 1.0.0, < 1.2)
json
childprocess (0.3.2)
ffi (~> 1.0.6)
childprocess (0.9.0)
ffi (~> 1.0, >= 1.0.11)
coffee-rails (3.2.2)
coffee-script (>= 2.2.0)
railties (~> 3.2.0)
Expand Down Expand Up @@ -82,7 +82,7 @@ GEM
factory_girl (~> 2.6.0)
railties (>= 3.0.0)
fakeweb (1.3.0)
ffi (1.0.11)
ffi (1.11.1)
flutie (1.3.3)
foreman (0.40.0)
term-ansicolor (~> 1.0.7)
Expand All @@ -101,27 +101,27 @@ GEM
json (1.7.3)
launchy (2.0.5)
addressable (~> 2.2.6)
libwebsocket (0.1.3)
addressable
mail (2.4.4)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
metaclass (0.0.1)
mime-types (1.19)
mime-types (1.25.1)
mini_portile2 (2.4.0)
mocha (0.10.4)
metaclass (~> 0.0.1)
multi_json (1.3.6)
nokogiri (1.5.4)
multi_json (1.14.0)
nokogiri (1.10.4)
mini_portile2 (~> 2.4.0)
open4 (1.3.0)
pg (0.13.2)
polyglot (0.3.3)
rack (1.4.1)
rack (1.4.7)
rack-cache (1.2)
rack (>= 0.4)
rack-ssl (1.3.2)
rack
rack-test (0.6.1)
rack-test (0.6.3)
rack (>= 1.0)
rails (3.2.6)
actionmailer (= 3.2.6)
Expand Down Expand Up @@ -154,17 +154,16 @@ GEM
activesupport (>= 3.0)
railties (>= 3.0)
rspec (~> 2.8.0)
rubyzip (0.9.9)
rubyzip (1.3.0)
sass (3.1.19)
sass-rails (3.2.5)
railties (~> 3.2.0)
sass (>= 3.1.10)
tilt (~> 1.3)
selenium-webdriver (2.24.0)
childprocess (>= 0.2.5)
libwebsocket (~> 0.1.3)
multi_json (~> 1.0)
rubyzip
selenium-webdriver (2.53.4)
childprocess (~> 0.5)
rubyzip (~> 1.0)
websocket (~> 1.0)
shoulda-matchers (1.0.0)
spork (0.9.0)
sprockets (2.1.3)
Expand All @@ -186,6 +185,7 @@ GEM
uglifier (1.2.4)
execjs (>= 0.3.0)
multi_json (>= 1.0.2)
websocket (1.2.8)
xpath (0.1.4)
nokogiri (~> 1.3)
yajl-ruby (1.1.0)
Expand Down