mirror of
https://github.com/ditkrg/outboxable.git
synced 2026-01-22 22:06:47 +00:00
Fixes gems
This commit is contained in:
parent
b45eb3a0a7
commit
02bd4dcc00
2
.gitignore
vendored
2
.gitignore
vendored
@ -9,3 +9,5 @@
|
|||||||
|
|
||||||
# rspec failure tracking
|
# rspec failure tracking
|
||||||
.rspec_status
|
.rspec_status
|
||||||
|
|
||||||
|
*.gem
|
||||||
4
Gemfile
4
Gemfile
@ -6,13 +6,11 @@ source 'https://rubygems.org'
|
|||||||
gemspec
|
gemspec
|
||||||
|
|
||||||
gem 'rake', '~> 13.0'
|
gem 'rake', '~> 13.0'
|
||||||
|
|
||||||
gem 'rspec', '~> 3.0'
|
gem 'rspec', '~> 3.0'
|
||||||
|
|
||||||
gem 'rubocop-rails', '~> 2.18'
|
gem 'rubocop-rails', '~> 2.18'
|
||||||
|
|
||||||
group :development, :test do
|
group :development, :test do
|
||||||
gem 'activesupport', '~> 7.0'
|
gem 'activesupport', '~> 7.0'
|
||||||
gem 'sidekiq', '~> 7.0', require: true
|
gem 'sidekiq', '~> 7.0'
|
||||||
gem 'sidekiq-cron', '~> 1.10'
|
gem 'sidekiq-cron', '~> 1.10'
|
||||||
end
|
end
|
||||||
|
|||||||
12
Gemfile.lock
12
Gemfile.lock
@ -33,7 +33,7 @@ GEM
|
|||||||
json (2.6.3)
|
json (2.6.3)
|
||||||
minitest (5.18.0)
|
minitest (5.18.0)
|
||||||
parallel (1.22.1)
|
parallel (1.22.1)
|
||||||
parser (3.2.1.0)
|
parser (3.2.2.0)
|
||||||
ast (~> 2.4.1)
|
ast (~> 2.4.1)
|
||||||
raabro (1.4.0)
|
raabro (1.4.0)
|
||||||
rack (2.2.6.4)
|
rack (2.2.6.4)
|
||||||
@ -53,21 +53,21 @@ GEM
|
|||||||
rspec-expectations (3.12.2)
|
rspec-expectations (3.12.2)
|
||||||
diff-lcs (>= 1.2.0, < 2.0)
|
diff-lcs (>= 1.2.0, < 2.0)
|
||||||
rspec-support (~> 3.12.0)
|
rspec-support (~> 3.12.0)
|
||||||
rspec-mocks (3.12.3)
|
rspec-mocks (3.12.5)
|
||||||
diff-lcs (>= 1.2.0, < 2.0)
|
diff-lcs (>= 1.2.0, < 2.0)
|
||||||
rspec-support (~> 3.12.0)
|
rspec-support (~> 3.12.0)
|
||||||
rspec-support (3.12.0)
|
rspec-support (3.12.0)
|
||||||
rubocop (1.48.0)
|
rubocop (1.49.0)
|
||||||
json (~> 2.3)
|
json (~> 2.3)
|
||||||
parallel (~> 1.10)
|
parallel (~> 1.10)
|
||||||
parser (>= 3.2.0.0)
|
parser (>= 3.2.0.0)
|
||||||
rainbow (>= 2.2.2, < 4.0)
|
rainbow (>= 2.2.2, < 4.0)
|
||||||
regexp_parser (>= 1.8, < 3.0)
|
regexp_parser (>= 1.8, < 3.0)
|
||||||
rexml (>= 3.2.5, < 4.0)
|
rexml (>= 3.2.5, < 4.0)
|
||||||
rubocop-ast (>= 1.26.0, < 2.0)
|
rubocop-ast (>= 1.28.0, < 2.0)
|
||||||
ruby-progressbar (~> 1.7)
|
ruby-progressbar (~> 1.7)
|
||||||
unicode-display_width (>= 2.4.0, < 3.0)
|
unicode-display_width (>= 2.4.0, < 3.0)
|
||||||
rubocop-ast (1.27.0)
|
rubocop-ast (1.28.0)
|
||||||
parser (>= 3.2.1.0)
|
parser (>= 3.2.1.0)
|
||||||
rubocop-rails (2.18.0)
|
rubocop-rails (2.18.0)
|
||||||
activesupport (>= 4.2.0)
|
activesupport (>= 4.2.0)
|
||||||
@ -104,4 +104,4 @@ DEPENDENCIES
|
|||||||
sidekiq-cron (~> 1.10)
|
sidekiq-cron (~> 1.10)
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.4.2
|
2.4.7
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user