Browse Source

Maintenance: Allow patch level updates for Rails.

Martin Gruner 3 years ago
parent
commit
271a9e746d
2 changed files with 2 additions and 2 deletions
  1. 1 1
      Gemfile
  2. 1 1
      Gemfile.lock

+ 1 - 1
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'

+ 1 - 1
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)