Skip to content

Commit

Permalink
Update Ruby and gems
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosahs committed Jul 24, 2022
1 parent 09952e3 commit dfe2617
Show file tree
Hide file tree
Showing 4 changed files with 111 additions and 109 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jobs: # a collection of steps
build: # runs not using Workflows must have a `build` job as entry point
parallelism: 1
docker: # run the steps with Docker
- image: circleci/ruby:2.5-node-browsers-legacy
- image: circleci/ruby:2.7-node-browsers-legacy
environment: # environment variables for primary container
BUNDLE_JOBS: 3
BUNDLE_RETRY: 3
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby 2.5.5
ruby 2.7.4
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -143,4 +143,4 @@ gem 'kaminari', github: 'amatsuda/kaminari', branch: '0-17-stable'
# gem 'ransack', github: 'activerecord-hackery/ransack'
# gem 'twitter'

ruby '~> 2.4'
ruby '2.7.4'
Loading

0 comments on commit dfe2617

Please sign in to comment.