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
|
# core - base
|
||||||
ruby '2.7.4'
|
ruby '2.7.4'
|
||||||
gem 'rails', '6.0.4.1'
|
gem 'rails', '~> 6.0'
|
||||||
|
|
||||||
# core - rails additions
|
# core - rails additions
|
||||||
gem 'activerecord-import'
|
gem 'activerecord-import'
|
||||||
|
|
|
@ -721,7 +721,7 @@ DEPENDENCIES
|
||||||
pundit
|
pundit
|
||||||
pundit-matchers
|
pundit-matchers
|
||||||
rack-livereload
|
rack-livereload
|
||||||
rails (= 6.0.4.1)
|
rails (~> 6.0)
|
||||||
rails-controller-testing
|
rails-controller-testing
|
||||||
rb-fsevent
|
rb-fsevent
|
||||||
rchardet (>= 1.8.0)
|
rchardet (>= 1.8.0)
|
||||||
|
|
Loading…
Reference in a new issue