Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
test:
docker:
# specify the version you desire here
- image: cimg/ruby:3.0-browsers
- image: cimg/ruby:3.0.0-browsers
environment:
BUNDLE_GEMFILE: Gemfile
BUNDLE_PATH: vendor/bundle
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
path: ./tmp/screenshots
lint:
docker:
- image: cimg/ruby:3.0-node
- image: cimg/ruby:3.0.0-node
environment:
DISABLE_SPRING: 1
BUNDLE_GEMFILE: Gemfile.tools
Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:

upgrade_tools:
docker:
- image: cimg/ruby:3.0-node
- image: cimg/ruby:3.0.0-node
environment:
DISABLE_SPRING: 1
BUNDLE_GEMFILE: Gemfile.tools
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0
bundler-cache: true

- name: Use Node.js
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby '3.0.0'
ruby RUBY_VERSION

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails', branch: 'main'
gem 'rails', '~> 6.1.3', '>= 6.1.3.1'
Expand Down