From 93889d5d9ffc4a481b7082d3c685e2a210aed71b Mon Sep 17 00:00:00 2001 From: Danny Radev Date: Wed, 17 Oct 2018 08:51:47 +0300 Subject: [PATCH] Bump lowest supported version of ActiveRecord and Rails. --- Appraisals | 2 +- fc-vault-rails.gemspec | 4 +- gemfiles/rails_4.2.gemfile | 2 +- gemfiles/rails_4.2.gemfile.lock | 113 ++++++++++++++++---------------- 4 files changed, 59 insertions(+), 62 deletions(-) diff --git a/Appraisals b/Appraisals index 2e94ed52..72063733 100644 --- a/Appraisals +++ b/Appraisals @@ -1,3 +1,3 @@ appraise "rails-4.2" do - gem "rails", "~> 4.2.0" + gem "rails", "~> 4.2.8" end diff --git a/fc-vault-rails.gemspec b/fc-vault-rails.gemspec index e9a7b5d2..698020d2 100644 --- a/fc-vault-rails.gemspec +++ b/fc-vault-rails.gemspec @@ -17,12 +17,12 @@ Gem::Specification.new do |s| s.files = Dir["{app,config,db,lib}/**/*", "LICENSE", "Rakefile", "README.md"] s.test_files = Dir["spec/**/*"] - s.add_dependency "activerecord", [">= 4.2", "< 5.1"] + s.add_dependency "activerecord", [">= 4.2.8", "< 5.1"] s.add_dependency "vault", "~> 0.7" s.add_development_dependency "appraisal", "~> 2.1" s.add_development_dependency "bundler" - s.add_development_dependency "rails", [">= 4.2", "< 5.1"] + s.add_development_dependency "rails", [">= 4.2.8", "< 5.1"] s.add_development_dependency "pry" s.add_development_dependency "rake", "~> 10.0" s.add_development_dependency "rspec", "~> 3.2" diff --git a/gemfiles/rails_4.2.gemfile b/gemfiles/rails_4.2.gemfile index 6977eb02..056f1294 100644 --- a/gemfiles/rails_4.2.gemfile +++ b/gemfiles/rails_4.2.gemfile @@ -2,6 +2,6 @@ source "https://rubygems.org" -gem "rails", "~> 4.2.0" +gem "rails", "~> 4.2.8" gemspec path: "../" diff --git a/gemfiles/rails_4.2.gemfile.lock b/gemfiles/rails_4.2.gemfile.lock index 492442f5..b918e02d 100644 --- a/gemfiles/rails_4.2.gemfile.lock +++ b/gemfiles/rails_4.2.gemfile.lock @@ -2,44 +2,43 @@ PATH remote: .. specs: fc-vault-rails (0.6.1) - activerecord (>= 4.2, < 5.1) + activerecord (>= 4.2.8, < 5.1) vault (~> 0.7) GEM remote: https://rubygems.org/ specs: - actionmailer (4.2.7.1) - actionpack (= 4.2.7.1) - actionview (= 4.2.7.1) - activejob (= 4.2.7.1) + actionmailer (4.2.10) + actionpack (= 4.2.10) + actionview (= 4.2.10) + activejob (= 4.2.10) mail (~> 2.5, >= 2.5.4) rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.7.1) - actionview (= 4.2.7.1) - activesupport (= 4.2.7.1) + actionpack (4.2.10) + actionview (= 4.2.10) + activesupport (= 4.2.10) rack (~> 1.6) rack-test (~> 0.6.2) rails-dom-testing (~> 1.0, >= 1.0.5) rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (4.2.7.1) - activesupport (= 4.2.7.1) + actionview (4.2.10) + activesupport (= 4.2.10) builder (~> 3.1) erubis (~> 2.7.0) rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - activejob (4.2.7.1) - activesupport (= 4.2.7.1) + rails-html-sanitizer (~> 1.0, >= 1.0.3) + activejob (4.2.10) + activesupport (= 4.2.10) globalid (>= 0.3.0) - activemodel (4.2.7.1) - activesupport (= 4.2.7.1) + activemodel (4.2.10) + activesupport (= 4.2.10) builder (~> 3.1) - activerecord (4.2.7.1) - activemodel (= 4.2.7.1) - activesupport (= 4.2.7.1) + activerecord (4.2.10) + activemodel (= 4.2.10) + activesupport (= 4.2.10) arel (~> 6.0) - activesupport (4.2.7.1) + activesupport (4.2.10) i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) minitest (~> 5.1) thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) @@ -47,60 +46,58 @@ GEM bundler rake thor (>= 0.14.0) - arel (6.0.3) + arel (6.0.4) aws-sigv4 (1.0.3) builder (3.2.3) coderay (1.1.1) concurrent-ruby (1.0.5) + crass (1.0.4) diff-lcs (1.3) erubis (2.7.0) - globalid (0.4.0) + globalid (0.4.1) activesupport (>= 4.2.0) - i18n (0.8.6) - json (1.8.3) - loofah (2.0.3) + i18n (0.9.5) + concurrent-ruby (~> 1.0) + loofah (2.2.2) + crass (~> 1.0.2) nokogiri (>= 1.5.9) - mail (2.6.6) - mime-types (>= 1.16, < 4) + mail (2.7.1) + mini_mime (>= 0.1.1) method_source (0.8.2) - mime-types (3.1) - mime-types-data (~> 3.2015) - mime-types-data (3.2016.0521) - mini_portile2 (2.1.0) - minitest (5.10.3) - nokogiri (1.6.8) - mini_portile2 (~> 2.1.0) - pkg-config (~> 1.1.7) - pkg-config (1.1.7) + mini_mime (1.0.1) + mini_portile2 (2.3.0) + minitest (5.11.3) + nokogiri (1.8.5) + mini_portile2 (~> 2.3.0) pry (0.10.4) coderay (~> 1.1.0) method_source (~> 0.8.1) slop (~> 3.4) - rack (1.6.4) + rack (1.6.10) rack-test (0.6.3) rack (>= 1.0) - rails (4.2.7.1) - actionmailer (= 4.2.7.1) - actionpack (= 4.2.7.1) - actionview (= 4.2.7.1) - activejob (= 4.2.7.1) - activemodel (= 4.2.7.1) - activerecord (= 4.2.7.1) - activesupport (= 4.2.7.1) + rails (4.2.10) + actionmailer (= 4.2.10) + actionpack (= 4.2.10) + actionview (= 4.2.10) + activejob (= 4.2.10) + activemodel (= 4.2.10) + activerecord (= 4.2.10) + activesupport (= 4.2.10) bundler (>= 1.3.0, < 2.0) - railties (= 4.2.7.1) + railties (= 4.2.10) sprockets-rails rails-deprecated_sanitizer (1.0.3) activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.7) - activesupport (>= 4.2.0.beta, < 5.0) - nokogiri (~> 1.6.0) + rails-dom-testing (1.0.9) + activesupport (>= 4.2.0, < 5.0) + nokogiri (~> 1.6) rails-deprecated_sanitizer (>= 1.0.1) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) - railties (4.2.7.1) - actionpack (= 4.2.7.1) - activesupport (= 4.2.7.1) + rails-html-sanitizer (1.0.4) + loofah (~> 2.2, >= 2.2.2) + railties (4.2.10) + actionpack (= 4.2.10) + activesupport (= 4.2.10) rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) rake (10.5.0) @@ -118,17 +115,17 @@ GEM rspec-support (~> 3.5.0) rspec-support (3.5.0) slop (3.6.0) - sprockets (3.7.1) + sprockets (3.7.2) concurrent-ruby (~> 1.0) rack (> 1, < 3) - sprockets-rails (3.2.0) + sprockets-rails (3.2.1) actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) sqlite3 (1.3.13) thor (0.19.4) thread_safe (0.3.6) - tzinfo (1.2.3) + tzinfo (1.2.5) thread_safe (~> 0.1) vault (0.12.0) aws-sigv4 @@ -141,7 +138,7 @@ DEPENDENCIES bundler fc-vault-rails! pry - rails (~> 4.2.0) + rails (~> 4.2.8) rake (~> 10.0) rspec (~> 3.2) sqlite3