Skip to content

Commit

Permalink
Gemfile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
aeris committed Sep 26, 2024
1 parent c117131 commit 745afff
Show file tree
Hide file tree
Showing 4 changed files with 422 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ gem 'sentry-sidekiq'

gem 'pg'
gem 'sidekiq'
gem 'sidekiq-workflow', git: 'https://git.imirhil.fr/aeris/sidekiq-workflow.git', branch: :master
gem 'sidekiq-workflow', git: 'https://git.imirhil.fr/aeris/sidekiq-workflow.git', branch: 'ruby-2.3'

gem 'simpleidn'
gem 'http_accept_language'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile-2.3
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source 'https://rubygems.org'
gem 'dotenv'

gem 'sidekiq'
gem 'sidekiq-workflow', git: 'https://git.imirhil.fr/aeris/sidekiq-workflow.git', branch: :master
gem 'sidekiq-workflow', git: 'https://git.imirhil.fr/aeris/sidekiq-workflow.git', branch: 'ruby-2.3'

gem 'simpleidn'
gem 'cryptcheck', '~> 2.0.0', path: '../engine'
Expand Down
12 changes: 6 additions & 6 deletions Gemfile-2.3.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GIT
remote: https://git.imirhil.fr/aeris/sidekiq-workflow.git
revision: 9600075c17e83f2013f0b7d6e35698bea6b0ee40
branch: master
revision: 867809a75f46eba9b00c2ab33a6c6c23373cf656
branch: ruby-2.3
specs:
sidekiq-workflow (0.0.0)
colorize (~> 0.8)
Expand Down Expand Up @@ -44,8 +44,8 @@ GEM
rack-protection (2.2.0)
rack
redis (4.4.0)
redlock (1.2.2)
redis (>= 3.0.0, < 5.0)
redlock (1.3.2)
redis (>= 3.0.0, < 6.0)
ruby-progressbar (1.11.0)
sidekiq (5.2.8)
connection_pool (~> 2.2, >= 2.2.2)
Expand All @@ -60,7 +60,7 @@ GEM
unf (0.1.4)
unf_ext
unf_ext (0.0.8.1)
unicode-display_width (2.1.0)
unicode-display_width (2.3.0)

PLATFORMS
x86_64-linux
Expand All @@ -74,4 +74,4 @@ DEPENDENCIES
simpleidn

BUNDLED WITH
2.3.10
2.3.14
Loading

0 comments on commit 745afff

Please sign in to comment.