From 271a9e746df2bebba47ccb7fc3153f313ef3ebba Mon Sep 17 00:00:00 2001 From: Martin Gruner Date: Mon, 23 Aug 2021 12:22:41 +0200 Subject: [PATCH] Maintenance: Allow patch level updates for Rails. --- Gemfile | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 282f219ae..574f6b26e 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ source 'https://rubygems.org' # core - base ruby '2.7.4' -gem 'rails', '6.0.4.1' +gem 'rails', '~> 6.0' # core - rails additions gem 'activerecord-import' diff --git a/Gemfile.lock b/Gemfile.lock index 5932d3868..716f3fdca 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -721,7 +721,7 @@ DEPENDENCIES pundit pundit-matchers rack-livereload - rails (= 6.0.4.1) + rails (~> 6.0) rails-controller-testing rb-fsevent rchardet (>= 1.8.0)