diff --git a/Appraisals b/Appraisals index 15d3e08..1ec5227 100644 --- a/Appraisals +++ b/Appraisals @@ -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 diff --git a/gemfiles/3.2.gemfile.lock b/gemfiles/3.2.gemfile.lock index 70c27cd..b231a3c 100644 --- a/gemfiles/3.2.gemfile.lock +++ b/gemfiles/3.2.gemfile.lock @@ -105,6 +105,3 @@ DEPENDENCIES sqlite3 (~> 1.3.10) timecop yard - -BUNDLED WITH - 1.11.2 diff --git a/gemfiles/4.0.gemfile b/gemfiles/4.0.gemfile index 71f346e..d2a3af3 100644 --- a/gemfiles/4.0.gemfile +++ b/gemfiles/4.0.gemfile @@ -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 => "../" diff --git a/gemfiles/4.0.gemfile.lock b/gemfiles/4.0.gemfile.lock index dfd02c9..78c84c9 100644 --- a/gemfiles/4.0.gemfile.lock +++ b/gemfiles/4.0.gemfile.lock @@ -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 diff --git a/gemfiles/4.1.gemfile b/gemfiles/4.1.gemfile index 340bbd6..47cbb88 100644 --- a/gemfiles/4.1.gemfile +++ b/gemfiles/4.1.gemfile @@ -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 => "../" diff --git a/gemfiles/4.1.gemfile.lock b/gemfiles/4.1.gemfile.lock index 7313d4a..8377cca 100644 --- a/gemfiles/4.1.gemfile.lock +++ b/gemfiles/4.1.gemfile.lock @@ -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 diff --git a/gemfiles/4.2.gemfile b/gemfiles/4.2.gemfile index 65fcb6b..28f0a7d 100644 --- a/gemfiles/4.2.gemfile +++ b/gemfiles/4.2.gemfile @@ -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 => "../" diff --git a/gemfiles/4.2.gemfile.lock b/gemfiles/4.2.gemfile.lock index 5fc4165..2fe93bb 100644 --- a/gemfiles/4.2.gemfile.lock +++ b/gemfiles/4.2.gemfile.lock @@ -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