Skip to content

Commit

Permalink
Update to Rails 4.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
toby cabot committed Dec 7, 2015
1 parent 473eb64 commit 28aa065
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ in MySQL and PostgreSQL.

### Requirements

rails-bigint-pk has been tested with rails 4.2.0, which at the time of writing
rails-bigint-pk has been tested with rails 4.2.5, which at the time of writing
is the latest patch version for 4.2. If you use a higher patch version, we
recommend that you run the test suite against your version of rails and activerecord.

Expand Down
2 changes: 1 addition & 1 deletion spec/fixtures/Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

gem 'rails', '4.2.0'
gem 'rails', '4.2.5'

gem 'pg', '~> 0.11'
gem 'mysql', '~> 2.9.1'
Expand Down

0 comments on commit 28aa065

Please sign in to comment.