Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump good_job from 1.7.1 to 1.8.0 #1009

Merged
merged 1 commit into from
Mar 7, 2021
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
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ gem 'data_migrate'
gem 'devise'
gem 'devise-jwt'
gem 'faker'
gem 'good_job', '~> 1.7'
gem 'good_job', '~> 1.8'
gem 'hash_dig_and_collect'
gem 'holidays'
gem 'money-rails'
Expand All @@ -37,7 +37,7 @@ gem 'rswag-ui', '>= 2.3.0'
group :development, :test do
gem 'brakeman'
gem 'byebug', platforms: %i[mri mingw x64_mingw]
gem 'cypress-on-rails', '~> 1.8'
gem 'cypress-on-rails', '~> 1.9'
gem 'dotenv-rails'
gem 'factory_bot_rails' # we use factorybot for seeding so it must be in both groups
gem 'pry'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ GEM
coderay (1.1.3)
concurrent-ruby (1.1.8)
crass (1.0.6)
cypress-on-rails (1.8.1)
cypress-on-rails (1.9.0)
rack
data_migrate (6.6.2)
rails (>= 5.0)
Expand Down Expand Up @@ -151,7 +151,7 @@ GEM
formatador (0.2.5)
globalid (0.4.2)
activesupport (>= 4.2.0)
good_job (1.7.1)
good_job (1.8.0)
activejob (>= 5.2.0)
activerecord (>= 5.2.0)
concurrent-ruby (>= 1.0.2)
Expand Down Expand Up @@ -387,15 +387,15 @@ DEPENDENCIES
bootsnap (>= 1.4.2)
brakeman
byebug
cypress-on-rails (~> 1.8)
cypress-on-rails (~> 1.9)
data_migrate
database_cleaner
devise
devise-jwt
dotenv-rails
factory_bot_rails
faker
good_job (~> 1.7)
good_job (~> 1.8)
guard-rspec
hash_dig_and_collect
holidays
Expand Down