Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalcymerys committed Aug 31, 2023
1 parent 60da0dd commit 8d01567
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugins:
enabled: false
config:
file: .rubocop.yml
channel: "rubocop-0-80" # need to keep this value the same as rubocop version
channel: "rubocop-1-50-2" # need to keep this value the same as rubocop version
# https://docs.codeclimate.com/v1.0/docs/rubocop#section-using-rubocop-s-newer-versions
eslint:
enabled: true
Expand Down
6 changes: 2 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,11 @@ group :test, :development do
gem 'awesome_print'
gem 'gem-release'
gem 'redis'
gem 'rubocop', '~> 1.48.1', require: false # bumped
gem 'rubocop', require: false
gem 'rubocop-rspec', require: false
gem 'pry-byebug'
gem 'webdrivers', '~> 5.3'
gem 'selenium-webdriver'
# Puma 6.0 causes issues in specs due to conflict with capybara version
gem 'puma', '< 6.0'
gem 'ffaker'
Expand All @@ -65,7 +66,4 @@ end
spree_opts = { github: 'spree/spree', branch: 'main' }
gem 'spree_core', spree_opts
gem 'spree_api', spree_opts
# Last version that supports Ruby 2.7
# We should remove this once we drop support for Ruby 2.7
gem 'selenium-webdriver', '~> 4.8.1'
gemspec

0 comments on commit 8d01567

Please sign in to comment.