Skip to content

Commit

Permalink
Upgrade to rails 7.0.8.5 (#619)
Browse files Browse the repository at this point in the history
* Upgrade to rails 7.0.8.5

* Fix CI

* Fix CI
  • Loading branch information
aliciapaz authored Oct 22, 2024
1 parent e54fb6a commit 0581214
Show file tree
Hide file tree
Showing 9 changed files with 247 additions and 247 deletions.
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby "3.1.0"

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails', branch: 'main'
gem "rails", "~> 6.1.7.9"
gem "rails", "~> 7.0.8.5"
# Use postgresql as the database for Active Record
gem "pg", "~> 1.1"
# Use Puma as the app server
Expand Down Expand Up @@ -80,6 +80,8 @@ gem "activerecord-postgis-adapter"
# Instagram feed
gem "koala"

gem "sprockets-rails", require: "sprockets/railtie"

group :development, :test do
eval_gemfile "gemfiles/rubocop.gemfile"
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
Expand Down
Loading

0 comments on commit 0581214

Please sign in to comment.