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 f563db8
Show file tree
Hide file tree
Showing 5 changed files with 129 additions and 130 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
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
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'
# Use nokogiri for java
gem 'nokogiri', '>= 1.16.5'
# Use Puma as the app server
Expand Down
Loading

0 comments on commit f563db8

Please sign in to comment.