Skip to content

Commit

Permalink
Upgrade Rails and Ruby then bundle update
Browse files Browse the repository at this point in the history
  • Loading branch information
jonallured committed Jan 6, 2024
1 parent 418959c commit 71242b9
Show file tree
Hide file tree
Showing 9 changed files with 169 additions and 141 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ jobs:
test:
working_directory: ~/monolithium
docker:
- image: cimg/ruby:3.2.2-browsers
- image: cimg/ruby:3.3.0-browsers
environment:
RAILS_ENV: test
- image: cimg/postgres:14.7
- image: cimg/postgres:14.10

steps:
- checkout
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby 3.2.2
ruby 3.3.0
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source "https://rubygems.org"

ruby File.read(".tool-versions").split.last

gem "rails", "7.0.7"
gem "rails", "7.1.2"

gem "pg"
gem "puma"
Expand Down
Loading

0 comments on commit 71242b9

Please sign in to comment.