Skip to content
This repository has been archived by the owner on May 28, 2023. It is now read-only.

Commit

Permalink
update ruby to 3.0.2 and some gem updates
Browse files Browse the repository at this point in the history
  • Loading branch information
CZagrobelny committed Jul 25, 2021
1 parent 555b994 commit b613448
Show file tree
Hide file tree
Showing 11 changed files with 194 additions and 203 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/ruby:2.6.6-node-browsers
- image: circleci/ruby:3.0.2-node-browsers
- image: postgres:9.6
environment:
POSTGRES_HOST_AUTH_METHOD: trust
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.6
3.0.2
5 changes: 2 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,10 @@ group :development, :test do
gem 'factory_bot_rails', require: false
gem 'rspec-rails', require: false
gem 'rubocop'
gem 'selenium-webdriver', '3.141.0' # version locked bc/ https://stackoverflow.com/questions/56445641/ruby-watir-selenium-webdriver-depricated-warning/
gem 'selenium-webdriver'
gem 'shoulda-matchers'
gem 'simplecov'
gem 'webdrivers'
gem 'webmock', '~> 2.1', require: false
end

group :production do
Expand All @@ -54,6 +53,6 @@ end
group :development do
gem 'brakeman'
gem 'listen'
gem 'tocer', '~> 9.1' # used for the table of contents in our Readme
gem 'tocer' # used for the table of contents in our Readme
end

Loading

0 comments on commit b613448

Please sign in to comment.