From 91a8c45d9047f223bfa41c8a8bae6f891b77522f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jun 2021 14:39:12 +0300 Subject: [PATCH] Update rails requirement from = 6.1.3.2 to = 6.1.4 (#46) Updates the requirements on [rails](https://github.com/rails/rails) to permit the latest version. - [Release notes](https://github.com/rails/rails/releases) - [Commits](https://github.com/rails/rails/compare/v6.1.3.2...v6.1.4) --- updated-dependencies: - dependency-name: rails dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- angular_rails_csrf.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/angular_rails_csrf.gemspec b/angular_rails_csrf.gemspec index b8a065e..f2b3b3b 100644 --- a/angular_rails_csrf.gemspec +++ b/angular_rails_csrf.gemspec @@ -24,7 +24,7 @@ Gem::Specification.new do |s| s.add_development_dependency 'rake', '~> 13.0' s.add_development_dependency 'test-unit', '~> 3.2' if ENV['TEST_RAILS_VERSION'].nil? - s.add_development_dependency 'rails', '6.1.3.2' + s.add_development_dependency 'rails', '6.1.4' else s.add_development_dependency 'rails', ENV['TEST_RAILS_VERSION'].to_s end