Skip to content

Commit

Permalink
bump test related dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jhass committed Apr 4, 2014
1 parent fa3066c commit d325a50
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ group :development, :test do
gem 'rspec-rails', '~> 2.14.0'
gem 'capybara', '~> 2.2.0'

gem 'fuubar', '~> 1.1.1'
gem 'fuubar', '~> 1.3'
gem 'rspec-instafail', '~> 0.2.4'
end
22 changes: 11 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ GEM
bootstrap-sass (2.3.2.2)
sass (~> 3.2)
builder (3.1.4)
capybara (2.2.0)
capybara (2.2.1)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
Expand All @@ -54,10 +54,9 @@ GEM
execjs (2.0.2)
font-awesome-rails (4.0.3.1)
railties (>= 3.2, < 5.0)
fuubar (1.1.1)
rspec (~> 2.0)
rspec-instafail (~> 0.2.0)
ruby-progressbar (~> 1.0)
fuubar (1.3.2)
rspec (>= 2.14.0, < 3.1.0)
ruby-progressbar (~> 1.3)
haml (4.0.5)
tilt
hike (1.2.3)
Expand Down Expand Up @@ -130,19 +129,20 @@ GEM
rspec-core (~> 2.14.0)
rspec-expectations (~> 2.14.0)
rspec-mocks (~> 2.14.0)
rspec-core (2.14.7)
rspec-expectations (2.14.4)
rspec-core (2.14.8)
rspec-expectations (2.14.5)
diff-lcs (>= 1.1.3, < 2.0)
rspec-instafail (0.2.4)
rspec-mocks (2.14.4)
rspec-rails (2.14.0)
rspec-mocks (2.14.6)
rspec-rails (2.14.2)
actionpack (>= 3.0)
activemodel (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
rspec-core (~> 2.14.0)
rspec-expectations (~> 2.14.0)
rspec-mocks (~> 2.14.0)
ruby-progressbar (1.2.0)
ruby-progressbar (1.4.2)
safe_yaml (1.0.1)
sass (3.2.18)
sass-rails (4.0.2)
Expand Down Expand Up @@ -189,7 +189,7 @@ DEPENDENCIES
capybara (~> 2.2.0)
coffee-rails (~> 4.0.0)
devise (~> 3.0.0)
fuubar (~> 1.1.1)
fuubar (~> 1.3)
jquery-rails
mysql2
rails (~> 4.0.0)
Expand Down

0 comments on commit d325a50

Please sign in to comment.