Maintenance: Allow patch level updates for Rails.
This commit is contained in:
parent
13f1aa8003
commit
271a9e746d
2 changed files with 2 additions and 2 deletions
2
Gemfile
2
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'
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue