Skip to content

Commit

Permalink
Update to release rails 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
biow0lf committed May 24, 2017
1 parent 6b10d71 commit 1e5fc0a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ appraise "rails5" do
end

appraise "rails51" do
gem "activerecord", "5.1.0beta1"
gem "activerecord", "~> 5.1.0"
end
# vim: ft=ruby
2 changes: 1 addition & 1 deletion gemfiles/rails4.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ source "https://rubygems.org"

gem "activerecord", "~> 4.0.0"

gemspec :path => "../"
gemspec path: "../"
2 changes: 1 addition & 1 deletion gemfiles/rails41.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ source "https://rubygems.org"

gem "activerecord", "~> 4.1.0"

gemspec :path => "../"
gemspec path: "../"
2 changes: 1 addition & 1 deletion gemfiles/rails42.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ source "https://rubygems.org"

gem "activerecord", "~> 4.2.0"

gemspec :path => "../"
gemspec path: "../"
2 changes: 1 addition & 1 deletion gemfiles/rails5.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ source "https://rubygems.org"

gem "activerecord", "~> 5.0.0"

gemspec :path => "../"
gemspec path: "../"
4 changes: 2 additions & 2 deletions gemfiles/rails51.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

source "https://rubygems.org"

gem "activerecord", "5.1.0beta1"
gem "activerecord", "~> 5.1.0"

gemspec :path => "../"
gemspec path: "../"

0 comments on commit 1e5fc0a

Please sign in to comment.