Skip to content

Commit

Permalink
Upgrades to ruby 3.3.3 and rail 6.1.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Scherz committed Jun 21, 2024
1 parent ec87653 commit e1c93eb
Show file tree
Hide file tree
Showing 5 changed files with 135 additions and 129 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
build:
docker:
# specify the version you desire here
- image: cimg/ruby:3.3.0-browsers
- image: cimg/ruby:3.3.3-browsers
# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
# documented at https://circleci.com/docs/2.0/circleci-images/
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.0
3.3.3
10 changes: 7 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,16 @@
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby '3.3.0'
ruby '3.3.3'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 6.1.7.7'
gem 'rails', '~> 6.1.7.8'
# Use sqlite3 as the database for Active Record
gem 'sqlite3'
gem 'sqlite3', '~> 1.4'

# Needed for ruby 3.3.3 upgrade
gem 'net-pop', '~> 0.1.2'
gem 'net-protocol', '>= 0'
# Use nokogiri for java
gem 'nokogiri', '>= 1.16.5'
# Use Puma as the app server
Expand Down
Loading

0 comments on commit e1c93eb

Please sign in to comment.