mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
java deps
This commit is contained in:
parent
63dec00221
commit
df1d481be0
1 changed files with 14 additions and 0 deletions
14
Gemfile.lock
14
Gemfile.lock
|
@ -54,6 +54,11 @@ GEM
|
|||
activerecord (6.0.2.1)
|
||||
activemodel (= 6.0.2.1)
|
||||
activesupport (= 6.0.2.1)
|
||||
activerecord-jdbc-adapter (60.1-java)
|
||||
activerecord (~> 6.0.0)
|
||||
activerecord-jdbcsqlite3-adapter (60.1-java)
|
||||
activerecord-jdbc-adapter (= 60.1)
|
||||
jdbc-sqlite3 (~> 3.8, < 3.30)
|
||||
activestorage (6.0.2.1)
|
||||
actionpack (= 6.0.2.1)
|
||||
activejob (= 6.0.2.1)
|
||||
|
@ -77,9 +82,12 @@ GEM
|
|||
globalid (0.4.2)
|
||||
activesupport (>= 4.2.0)
|
||||
hiredis (0.6.3)
|
||||
hiredis (0.6.3-java)
|
||||
i18n (1.8.2)
|
||||
concurrent-ruby (~> 1.0)
|
||||
jaro_winkler (1.5.4)
|
||||
jaro_winkler (1.5.4-java)
|
||||
jdbc-sqlite3 (3.28.0)
|
||||
loofah (2.4.0)
|
||||
crass (~> 1.0.2)
|
||||
nokogiri (>= 1.5.9)
|
||||
|
@ -93,8 +101,10 @@ GEM
|
|||
mini_portile2 (2.4.0)
|
||||
minitest (5.14.0)
|
||||
nio4r (2.5.2)
|
||||
nio4r (2.5.2-java)
|
||||
nokogiri (1.10.8)
|
||||
mini_portile2 (~> 2.4.0)
|
||||
nokogiri (1.10.8-java)
|
||||
parallel (1.19.1)
|
||||
parser (2.7.0.2)
|
||||
ast (~> 2.4.0)
|
||||
|
@ -167,16 +177,20 @@ GEM
|
|||
rubocop-performance (~> 1.5.1)
|
||||
thor (1.0.1)
|
||||
thread_safe (0.3.6)
|
||||
thread_safe (0.3.6-java)
|
||||
toxiproxy (1.0.3)
|
||||
tzinfo (1.2.6)
|
||||
thread_safe (~> 0.1)
|
||||
unicode-display_width (1.6.1)
|
||||
websocket-driver (0.7.1)
|
||||
websocket-extensions (>= 0.1.0)
|
||||
websocket-driver (0.7.1-java)
|
||||
websocket-extensions (>= 0.1.0)
|
||||
websocket-extensions (0.1.4)
|
||||
zeitwerk (2.2.2)
|
||||
|
||||
PLATFORMS
|
||||
java
|
||||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
|
|
Loading…
Add table
Reference in a new issue