Skip to content

Commit

Permalink
somebody forgot to update the gemfile.lock - this will help.
Browse files Browse the repository at this point in the history
  • Loading branch information
5v3n committed Aug 5, 2013
1 parent 1b36baf commit 38fdb2f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gem 'foreman'
group :test do
gem 'rspec'
gem 'capybara'
gem 'selenium'
gem 'selenium-webdriver'
gem 'rack-test'
gem 'simplecov'
gem 'curb'
Expand Down
16 changes: 11 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ GEM
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (~> 2.0)
capybara-webkit (1.0.0)
capybara (~> 2.0, >= 2.0.2)
json
childprocess (0.3.9)
ffi (~> 1.0, >= 1.0.11)
cookiejar (0.3.0)
curb (0.8.3)
daemons (1.1.9)
Expand All @@ -34,13 +33,13 @@ GEM
yajl-ruby (>= 1.0.0)
faye-websocket (0.4.7)
eventmachine (>= 0.12.0)
ffi (1.9.0)
foreman (0.63.0)
dotenv (>= 0.7)
thor (>= 0.13.6)
haml (4.0.3)
tilt
http_parser.rb (0.5.3)
json (1.8.0)
mime-types (1.23)
mini_portile (0.5.1)
multi_json (1.7.8)
Expand All @@ -60,6 +59,12 @@ GEM
rspec-expectations (2.14.0)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.14.2)
rubyzip (0.9.9)
selenium-webdriver (2.33.0)
childprocess (>= 0.2.5)
multi_json (~> 1.0)
rubyzip
websocket (~> 1.0.4)
simplecov (0.7.1)
multi_json (~> 1.0)
simplecov-html (~> 0.7.1)
Expand All @@ -74,6 +79,7 @@ GEM
rack (>= 1.0.0)
thor (0.18.1)
tilt (1.4.1)
websocket (1.0.7)
xpath (2.0.0)
nokogiri (~> 1.3)
yajl-ruby (1.1.0)
Expand All @@ -83,14 +89,14 @@ PLATFORMS

DEPENDENCIES
capybara
capybara-webkit
curb
faye
foreman
haml
rack-test
rake
rspec
selenium-webdriver
simplecov
sinatra
thin
1 change: 0 additions & 1 deletion sinatra/spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
require 'rspec'
require 'capybara/rspec'
require 'capybara/webkit'
require 'simplecov'
SimpleCov.start
require_relative '../rat_pack_server'
Expand Down

0 comments on commit 38fdb2f

Please sign in to comment.