Update Appraisal to latest versions of ActiveRecord

This commit is contained in:
Joshua Clayton 2016-02-05 12:22:29 -05:00
parent 2dc2f41725
commit 6c8c4b1d00
8 changed files with 16 additions and 28 deletions

View File

@ -3,13 +3,13 @@ appraise "3.2" do
end
appraise '4.0' do
gem 'activerecord', "~> 4.0.1"
gem 'activerecord', "~> 4.0.13"
end
appraise '4.1' do
gem 'activerecord', "~> 4.1.1"
gem 'activerecord', "~> 4.1.14"
end
appraise '4.2' do
gem 'activerecord', "~> 4.2.1"
gem 'activerecord', "~> 4.2.5.1"
end

View File

@ -105,6 +105,3 @@ DEPENDENCIES
sqlite3 (~> 1.3.10)
timecop
yard
BUNDLED WITH
1.11.2

View File

@ -5,6 +5,6 @@ source "https://rubygems.org"
gem "activerecord-jdbcsqlite3-adapter", :platforms => :jruby
gem "jdbc-sqlite3", :platforms => :jruby
gem "sqlite3", "~> 1.3.10", :platforms => :ruby
gem "activerecord", "~> 4.0.1"
gem "activerecord", "~> 4.0.13"
gemspec :path => "../"

View File

@ -7,21 +7,21 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activemodel (4.0.5)
activesupport (= 4.0.5)
activemodel (4.0.13)
activesupport (= 4.0.13)
builder (~> 3.1.0)
activerecord (4.0.5)
activemodel (= 4.0.5)
activerecord (4.0.13)
activemodel (= 4.0.13)
activerecord-deprecated_finders (~> 1.0.2)
activesupport (= 4.0.5)
activesupport (= 4.0.13)
arel (~> 4.0.0)
activerecord-deprecated_finders (1.0.3)
activerecord-deprecated_finders (1.0.4)
activerecord-jdbc-adapter (1.3.19)
activerecord (>= 2.2)
activerecord-jdbcsqlite3-adapter (1.3.19)
activerecord-jdbc-adapter (~> 1.3.19)
jdbc-sqlite3 (>= 3.7.2, < 3.9)
activesupport (4.0.5)
activesupport (4.0.13)
i18n (~> 0.6, >= 0.6.9)
minitest (~> 4.2)
multi_json (~> 1.3)
@ -92,7 +92,7 @@ PLATFORMS
ruby
DEPENDENCIES
activerecord (~> 4.0.1)
activerecord (~> 4.0.13)
activerecord-jdbcsqlite3-adapter
appraisal (~> 2.1.0)
aruba
@ -106,6 +106,3 @@ DEPENDENCIES
sqlite3 (~> 1.3.10)
timecop
yard
BUNDLED WITH
1.11.2

View File

@ -5,6 +5,6 @@ source "https://rubygems.org"
gem "activerecord-jdbcsqlite3-adapter", :platforms => :jruby
gem "jdbc-sqlite3", :platforms => :jruby
gem "sqlite3", "~> 1.3.10", :platforms => :ruby
gem "activerecord", "~> 4.1.1"
gem "activerecord", "~> 4.1.14"
gemspec :path => "../"

View File

@ -91,7 +91,7 @@ PLATFORMS
ruby
DEPENDENCIES
activerecord (~> 4.1.1)
activerecord (~> 4.1.14)
activerecord-jdbcsqlite3-adapter
appraisal (~> 2.1.0)
aruba
@ -105,6 +105,3 @@ DEPENDENCIES
sqlite3 (~> 1.3.10)
timecop
yard
BUNDLED WITH
1.11.2

View File

@ -5,6 +5,6 @@ source "https://rubygems.org"
gem "activerecord-jdbcsqlite3-adapter", :platforms => :jruby
gem "jdbc-sqlite3", :platforms => :jruby
gem "sqlite3", "~> 1.3.10", :platforms => :ruby
gem "activerecord", "~> 4.2.1"
gem "activerecord", "~> 4.2.5.1"
gemspec :path => "../"

View File

@ -91,7 +91,7 @@ PLATFORMS
ruby
DEPENDENCIES
activerecord (~> 4.2.1)
activerecord (~> 4.2.5.1)
activerecord-jdbcsqlite3-adapter
appraisal (~> 2.1.0)
aruba
@ -105,6 +105,3 @@ DEPENDENCIES
sqlite3 (~> 1.3.10)
timecop
yard
BUNDLED WITH
1.11.2