Skip to content

Commit 1079294

Browse files
committed
Fixed patch version mistake with Appraisals
1 parent 3a33065 commit 1079294

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gemfiles/activerecord_3.2.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
source "https://rubygems.org"
44

55
gem "foreigner", :git => "https://github.com/mceachen/foreigner.git"
6-
gem "activerecord", "~> 3.2.0"
6+
gem "activerecord", "~> 3.2"
77
gem "strong_parameters"
88

99
platforms :ruby, :rbx do

gemfiles/activerecord_4.0.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
source "https://rubygems.org"
44

55
gem "foreigner", :git => "https://github.com/mceachen/foreigner.git"
6-
gem "activerecord", "~> 4.0.0"
6+
gem "activerecord", "~> 4.0"
77

88
platforms :ruby, :rbx do
99
gem "mysql2"

gemfiles/activerecord_4.1.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
source "https://rubygems.org"
44

55
gem "foreigner", :git => "https://github.com/mceachen/foreigner.git"
6-
gem "activerecord", "~> 4.1.0"
6+
gem "activerecord", "~> 4.1"
77

88
platforms :ruby, :rbx do
99
gem "mysql2"

0 commit comments

Comments
 (0)