Skip to content

Commit 69ac3fa

Browse files
chore Gemfile, Gemfile.lock: use good job local fork version
1 parent 99d4371 commit 69ac3fa

File tree

2 files changed

+17
-11
lines changed

2 files changed

+17
-11
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ gem 'rubocop-rspec', require: false
138138
gem 'rubocop-performance', require: false
139139
gem 'bling_api', git: 'https://github.com/Purple-Stock/bling_api'
140140

141-
gem "good_job", "~> 3.19", ">= 3.19.1"
141+
gem "good_job", git: 'git@github.com:Pauloparakleto/good_job.git', branch: 'fix/mass-action'
142142

143143
gem 'roo'
144144
gem 'roo-xls'

Gemfile.lock

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
GIT
2+
remote: git@github.com:Pauloparakleto/good_job.git
3+
revision: 4ef38a072b137809424e8d9894fb127938d685e2
4+
branch: fix/mass-action
5+
specs:
6+
good_job (3.22.0)
7+
activejob (>= 6.0.0)
8+
activerecord (>= 6.0.0)
9+
concurrent-ruby (>= 1.0.2)
10+
fugit (>= 1.1)
11+
railties (>= 6.0.0)
12+
thor (>= 0.14.1)
13+
114
GIT
215
remote: https://github.com/DCarper/rqrcode_png.git
316
revision: 94abe9cd66e9ce5d6c29e7340749b08e0078a35b
@@ -193,21 +206,14 @@ GEM
193206
path_expander (~> 1.0)
194207
ruby_parser (~> 3.1, > 3.1.0)
195208
sexp_processor (~> 4.8)
196-
fugit (1.8.1)
209+
fugit (1.9.0)
197210
et-orbi (~> 1, >= 1.2.7)
198211
raabro (~> 1.4)
199212
geared_pagination (1.1.2)
200213
activesupport (>= 5.0)
201214
addressable (>= 2.5.0)
202215
globalid (1.2.1)
203216
activesupport (>= 6.1)
204-
good_job (3.19.4)
205-
activejob (>= 6.0.0)
206-
activerecord (>= 6.0.0)
207-
concurrent-ruby (>= 1.0.2)
208-
fugit (>= 1.1)
209-
railties (>= 6.0.0)
210-
thor (>= 0.14.1)
211217
has_scope (0.8.1)
212218
actionpack (>= 5.2)
213219
activesupport (>= 5.2)
@@ -559,7 +565,7 @@ DEPENDENCIES
559565
factory_bot_rails (>= 6.3.0)
560566
faker
561567
geared_pagination
562-
good_job (~> 3.19, >= 3.19.1)
568+
good_job!
563569
httparty (>= 0.21.0)
564570
inherited_resources (= 1.14.0)
565571
jbuilder
@@ -611,4 +617,4 @@ RUBY VERSION
611617
ruby 3.2.2p53
612618

613619
BUNDLED WITH
614-
2.4.20
620+
2.4.21

0 commit comments

Comments
 (0)