Skip to content

Commit

Permalink
chore: Rails 8 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
mromulus committed Nov 12, 2024
1 parent 72298b5 commit 6cb6c35
Show file tree
Hide file tree
Showing 19 changed files with 1,011 additions and 697 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gem 'rgl'
gem 'pg'
gem 'puma'
gem 'nilify_blanks', '~> 1.4'
gem 'rails', '~> 7.2.1'
gem 'rails', '~> 8.0.0'
gem 'oj', '~> 3.10'
gem 'pry-rails', '~> 0.3.9'
gem 'rails-patterns'
Expand All @@ -27,7 +27,7 @@ gem 'nokogiri', '~> 1.16'
gem 'stringex', '~> 2.8', require: 'stringex_lite'

# functionality
gem 'acts-as-taggable-on', '~> 11.0'
gem 'acts-as-taggable-on', '~> 12.0'
gem 'ipaddress', github: 'ipaddress-gem/ipaddress'
gem 'simple_form', '~> 5.3'
gem 'ancestry'
Expand Down
Loading

0 comments on commit 6cb6c35

Please sign in to comment.