Skip to content

Commit

Permalink
bump version to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
did committed Aug 29, 2024
1 parent 82a6bc0 commit e3236b8
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
maglevcms (1.6.1)
maglevcms (1.7.0)
jbuilder (~> 2.12.0)
kaminari (~> 1.2.1)
maglev-injectable (~> 2.1.1)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.rails_6.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
maglevcms (1.6.1)
maglevcms (1.7.0)
jbuilder (~> 2.12.0)
kaminari (~> 1.2.1)
maglev-injectable (~> 2.1.1)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.rails_7_0.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
maglevcms (1.6.1)
maglevcms (1.7.0)
jbuilder (~> 2.12.0)
kaminari (~> 1.2.1)
maglev-injectable (~> 2.1.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/maglev/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Maglev
VERSION = '1.6.1'
VERSION = '1.7.0'
end
6 changes: 3 additions & 3 deletions template.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
end

# Puma 5.x can't serve files generated by Vite 🤷🏻
gsub_file 'Gemfile', /gem "puma", "~> 5\.\d"/, 'gem "puma", "~> 6.0"'
gsub_file 'Gemfile', /gem "puma", "~> 5\.\d"/, 'gem "puma", "~> 6.4"'

gem 'maglevcms', '~> 1.6.0'
gem 'maglevcms-hyperui-kit', '~> 1.1.0'
gem 'maglevcms', '~> 1.7.0'
gem 'maglevcms-hyperui-kit', '~> 1.2.0'
gem 'image_processing', '~> 1.2'

after_bundle do
Expand Down

0 comments on commit e3236b8

Please sign in to comment.