Skip to content

Commit

Permalink
Update dependencies and ruby version to 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
prschmid authored Dec 4, 2024
1 parent f041de7 commit 7ef4b8e
Show file tree
Hide file tree
Showing 8 changed files with 134 additions and 122 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version: 2.1
custom-definitions:
ruby-only: &docker-ruby-only
docker:
- image: cimg/ruby:3.2.4
- image: cimg/ruby:3.3.6
shared-env-vars: &shared-env-vars
TZ: "/usr/share/zoneinfo/America/New_York"
RAILS_ENV: "test"
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby-3.2.4
ruby-3.3.6
12 changes: 8 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ gem 'ruby_audit', '>= 0'
##

# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem 'rails', '~> 7.1.0'
gem 'rails', '~> 8.0.0'

# The original asset pipeline for Rails
# [https://github.com/rails/sprockets-rails]
gem 'sprockets-rails'
# The modern asset pipeline for Rails
# https://github.com/rails/propshaft
gem 'propshaft'

# Use the Puma web server
# [https://github.com/puma/puma]
Expand All @@ -49,6 +49,10 @@ gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]
# Reduces boot times through caching; required in config/boot.rb
gem 'bootsnap', require: false

# Bundle and process CSS
# https://github.com/rails/cssbundling-rails
gem 'cssbundling-rails'

# Use Sass to process CSS
# gem "sassc-rails"

Expand Down
Loading

0 comments on commit 7ef4b8e

Please sign in to comment.