Skip to content

Commit

Permalink
upgrade gems
Browse files Browse the repository at this point in the history
  • Loading branch information
Adeynack committed Dec 18, 2024
1 parent eaccebb commit ff965c0
Show file tree
Hide file tree
Showing 2 changed files with 162 additions and 179 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source "https://rubygems.org"

ruby File.read(".ruby-version").strip

gem "rails", "~> 7.1.3", ">= 7.1.3.4"
gem "rails", "~> 8.0.1"
gem "rack-cors"
gem "sprockets-rails"
gem "pg", "~> 1.1"
Expand All @@ -29,7 +29,7 @@ gem "pundit"

# Data
gem "acts_as_list"
gem "closure_tree", github: "ClosureTree/closure_tree", branch: "master"
gem "closure_tree" #, github: "ClosureTree/closure_tree", branch: "master"
gem "awesome_print"
gem "table_print"
gem "money-rails"
Expand Down Expand Up @@ -65,7 +65,7 @@ group :development do
gem "rubocop-rspec_rails"
gem "rubocop-rake"
gem "rubocop-graphql"
gem "annotate", github: "ctran/annotate_models", branch: "develop"
# gem "annotate", github: "ctran/annotate_models", branch: "develop" # TODO: Switch or update
gem "chusaku", require: false
gem "ruby-lsp-rspec", require: false
gem "ruby-lsp-rails", require: false
Expand Down
Loading

0 comments on commit ff965c0

Please sign in to comment.