Skip to content

Commit

Permalink
Use a current ruby image
Browse files Browse the repository at this point in the history
Hopefully will get around a missing key build failure
  • Loading branch information
hackartisan committed Apr 3, 2024
1 parent 3351e1d commit 4039941
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
working_directory: ~/rails_template
docker:
- &ruby_docker
image: cimg/ruby:3.2.0-browsers
image: cimg/ruby:3.2.3-browsers
environment:
RAILS_ENV: test
steps:
Expand Down
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby '3.2.0'

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

Expand Down
3 changes: 0 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -375,8 +375,5 @@ DEPENDENCIES
vite_rails
web-console

RUBY VERSION
ruby 3.2.0p0

BUNDLED WITH
2.4.1

0 comments on commit 4039941

Please sign in to comment.