Skip to content

Commit

Permalink
updating gemfile for ruby 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yortz committed Aug 25, 2014
1 parent 5b392c0 commit 3b3f21b
Showing 1 changed file with 52 additions and 41 deletions.
93 changes: 52 additions & 41 deletions Gemfile.lock
@@ -1,28 +1,29 @@
GEM
remote: http://rubygems.org/
specs:
childprocess (0.3.9)
celluloid (0.15.2)
timers (~> 1.1.0)
childprocess (0.5.3)
ffi (~> 1.0, >= 1.0.11)
coderay (1.0.9)
coffee-script (2.2.0)
coderay (1.1.0)
coffee-script (2.3.0)
coffee-script-source
execjs
coffee-script-source (1.4.0)
diff-lcs (1.2.3)
execjs (1.4.0)
multi_json (~> 1.0)
ffi (1.7.0)
formatador (0.2.4)
guard (1.7.0)
coffee-script-source (1.7.1)
diff-lcs (1.2.5)
execjs (2.2.1)
ffi (1.9.3)
formatador (0.2.5)
guard (2.6.1)
formatador (>= 0.2.4)
listen (>= 0.6.0)
lumberjack (>= 1.0.2)
pry (>= 0.9.10)
thor (>= 0.14.6)
listen (~> 2.7)
lumberjack (~> 1.0)
pry (>= 0.9.12)
thor (>= 0.18.1)
guard-jasmine-headless-webkit (0.3.2)
guard (>= 0.4.0)
jasmine-headless-webkit (>= 0.7.0)
hike (1.2.2)
hike (1.2.3)
jasmine (1.3.2)
jasmine-core (~> 1.3.1)
rack (~> 1.0)
Expand All @@ -35,40 +36,50 @@ GEM
multi_json
rainbow
sprockets (~> 2)
listen (0.7.3)
lumberjack (1.0.3)
method_source (0.8.1)
multi_json (1.7.2)
pry (0.9.12)
coderay (~> 1.0.5)
method_source (~> 0.8)
listen (2.7.9)
celluloid (>= 0.15.2)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
lumberjack (1.0.9)
method_source (0.8.2)
multi_json (1.10.1)
pry (0.10.1)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
rack (1.5.2)
rainbow (1.1.4)
rake (10.0.4)
rb-fsevent (0.9.3)
rspec (2.13.0)
rspec-core (~> 2.13.0)
rspec-expectations (~> 2.13.0)
rspec-mocks (~> 2.13.0)
rspec-core (2.13.1)
rspec-expectations (2.13.0)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.13.1)
rubyzip (0.9.9)
selenium-webdriver (2.32.1)
childprocess (>= 0.2.5)
rainbow (2.0.0)
rake (10.3.2)
rb-fsevent (0.9.4)
rb-inotify (0.9.5)
ffi (>= 0.5.0)
rspec (3.0.0)
rspec-core (~> 3.0.0)
rspec-expectations (~> 3.0.0)
rspec-mocks (~> 3.0.0)
rspec-core (3.0.4)
rspec-support (~> 3.0.0)
rspec-expectations (3.0.4)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.0.0)
rspec-mocks (3.0.4)
rspec-support (~> 3.0.0)
rspec-support (3.0.4)
rubyzip (1.1.6)
selenium-webdriver (2.42.0)
childprocess (>= 0.5.0)
multi_json (~> 1.0)
rubyzip
rubyzip (~> 1.0)
websocket (~> 1.0.4)
slop (3.4.4)
sprockets (2.9.2)
slop (3.6.0)
sprockets (2.12.1)
hike (~> 1.2)
multi_json (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
thor (0.18.1)
tilt (1.3.7)
thor (0.19.1)
tilt (1.4.1)
timers (1.1.0)
websocket (1.0.7)

PLATFORMS
Expand Down

0 comments on commit 3b3f21b

Please sign in to comment.