Skip to content

Commit

Permalink
Upgrades to ruby 3.3.0 and rails 6.1.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Scherz committed Mar 6, 2024
1 parent 0f7c236 commit 3be35d3
Show file tree
Hide file tree
Showing 4 changed files with 167 additions and 152 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
build:
docker:
# specify the version you desire here
- image: cimg/ruby:3.2.2-browsers
- image: cimg/ruby:3.3.0-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 All @@ -39,8 +39,7 @@ jobs:

steps:

- browser-tools/install-chrome
- browser-tools/install-chromedriver
- browser-tools/install-browser-tools
- checkout

- restore_cache:
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.2
3.3.0
8 changes: 3 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby '3.2.2'
ruby '3.3.0'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 6.1.7.4'
gem 'rails', '~> 6.1.7.7'
# Use sqlite3 as the database for Active Record
gem 'sqlite3'
# Use Puma as the app server
Expand Down Expand Up @@ -104,9 +104,7 @@ end
group :test do
# Adds support for Capybara system testing and selenium driver
gem 'capybara', '>= 2.15'
gem 'selenium-webdriver'
# Easy installation and use of webdrivers to run system tests
gem 'webdrivers', '~> 4.0', require: false
gem 'selenium-webdriver', '~> 4.18.1'
end

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
Expand Down
Loading

0 comments on commit 3be35d3

Please sign in to comment.