Skip to content

Commit

Permalink
Update Rails's
Browse files Browse the repository at this point in the history
  • Loading branch information
joallard committed Apr 3, 2015
1 parent e1eb0f7 commit 5396b70
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Appraisals
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
appraise "4.2" do
gem "activerecord", "~> 4.2.0"
gem "activerecord", "~> 4.2.1"
end

appraise "4.1" do
gem "activerecord", "~> 4.1.0"
gem "activerecord", "~> 4.1.10"
end

appraise "4.0" do
gem "activerecord", "~> 4.0.0"
gem "activerecord", "~> 4.0.13"
end

# vim: set ft=ruby :
2 changes: 1 addition & 1 deletion gemfiles/4.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

source "https://rubygems.org"

gem "activerecord", "~> 4.1.9"
gem "activerecord", "~> 4.1.10"

gemspec :path => "../"
2 changes: 1 addition & 1 deletion gemfiles/4.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

source "https://rubygems.org"

gem "activerecord", "~> 4.2.0"
gem "activerecord", "~> 4.2.1"

gemspec :path => "../"

0 comments on commit 5396b70

Please sign in to comment.