Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
[Edgecases] Update for release of Rails 3.2.22.2
Browse files Browse the repository at this point in the history
  • Loading branch information
segiddins committed Mar 1, 2016
1 parent f8d07b1 commit bd0f564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/realworld/edgecases_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
gem 'rack-cache', '1.2.0' # last version that works on Ruby 1.9
G
bundle :lock
expect(lockfile).to include("rails (3.2.22.1)")
expect(lockfile).to include("rails (3.2.22.2)")
expect(lockfile).to include("capybara (2.2.1)")
end

Expand Down

0 comments on commit bd0f564

Please sign in to comment.