Skip to content

Commit

Permalink
update the Gemfile.lock files for the Rails 6 & 7 versions
Browse files Browse the repository at this point in the history
  • Loading branch information
did committed Mar 29, 2024
1 parent ff2f27f commit 8d11b5f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Gemfile.rails_6.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
maglevcms (1.5.1)
maglevcms (1.6.0)
jbuilder (~> 2.11.2)
kaminari (~> 1.2.1)
maglev-injectable (~> 2.1.1)
Expand Down Expand Up @@ -154,7 +154,7 @@ GEM
parser (3.3.0.5)
ast (~> 2.4.1)
racc
pg (1.5.4)
pg (1.5.6)
racc (1.7.3)
rack (2.2.8)
rack-proxy (0.7.7)
Expand Down Expand Up @@ -303,7 +303,7 @@ DEPENDENCIES
maglevcms!
mini_magick (~> 4.11)
nokogiri (>= 1.13.10)
pg (~> 1.5.4)
pg (~> 1.5.6)
rails (~> 6.1)
rspec-rails
rubocop
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.rails_7_0.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
maglevcms (1.5.1)
maglevcms (1.6.0)
jbuilder (~> 2.11.2)
kaminari (~> 1.2.1)
maglev-injectable (~> 2.1.1)
Expand Down Expand Up @@ -160,7 +160,7 @@ GEM
parser (3.3.0.5)
ast (~> 2.4.1)
racc
pg (1.5.4)
pg (1.5.6)
racc (1.7.3)
rack (2.2.8)
rack-proxy (0.7.7)
Expand Down Expand Up @@ -309,7 +309,7 @@ DEPENDENCIES
maglevcms!
mini_magick (~> 4.11)
nokogiri (>= 1.13.10)
pg (~> 1.5.4)
pg (~> 1.5.6)
rails (= 7.0.8)
rspec-rails
rubocop
Expand Down

0 comments on commit 8d11b5f

Please sign in to comment.