Skip to content
Closed
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
47 changes: 6 additions & 41 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,8 @@ GEM
builder (3.2.4)
byebug (11.1.1)
concurrent-ruby (1.1.5)
connection_pool (2.2.2)
connection_pool (2.2.5)
crass (1.0.6)
diff-lcs (1.3)
dry-configurable (0.9.0)
concurrent-ruby (~> 1.0)
dry-core (~> 0.4, >= 0.4.7)
Expand All @@ -89,11 +88,6 @@ GEM
dry-inflector (~> 0.1, >= 0.1.2)
dry-logic (~> 1.0, >= 1.0.2)
erubi (1.9.0)
factory_bot (5.1.1)
activesupport (>= 4.2.0)
factory_bot_rails (5.1.1)
factory_bot (~> 5.1.0)
railties (>= 4.2.0)
ffi (1.12.1)
globalid (0.4.2)
activesupport (>= 4.2.0)
Expand Down Expand Up @@ -140,13 +134,9 @@ GEM
pg (1.2.2)
puma (4.3.1)
nio4r (~> 2.0)
rack (2.1.2)
rack (2.2.3)
rack-accept (0.4.5)
rack (>= 0.4)
rack-protection (2.0.8.1)
rack
rack-proxy (0.6.5)
rack
rack-test (1.1.0)
rack (>= 1.0, < 3)
rails (6.0.2.1)
Expand Down Expand Up @@ -179,31 +169,13 @@ GEM
rb-fsevent (0.10.3)
rb-inotify (0.10.1)
ffi (~> 1.0)
redis (4.1.3)
rspec-core (3.9.1)
rspec-support (~> 3.9.1)
rspec-expectations (3.9.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-mocks (3.9.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-rails (3.9.0)
actionpack (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
rspec-mocks (~> 3.9.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.2)
redis (4.4.0)
ruby2_keywords (0.0.2)
ruby_dep (1.5.0)
sidekiq (6.0.4)
sidekiq (6.2.1)
connection_pool (>= 2.2.2)
rack (>= 2.0.0)
rack-protection (>= 2.0.0)
redis (>= 4.1.0)
rack (~> 2.0)
redis (>= 4.2.0)
spring (2.1.0)
spring-watcher-listen (2.0.1)
listen (>= 2.7, < 4.0)
Expand All @@ -224,10 +196,6 @@ GEM
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
railties (>= 6.0.0)
webpacker (4.2.2)
activesupport (>= 4.2)
rack-proxy (>= 0.6.1)
railties (>= 4.2)
websocket-driver (0.7.1)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.4)
Expand All @@ -240,20 +208,17 @@ DEPENDENCIES
aasm (~> 5.0, >= 5.0.6)
bootsnap (>= 1.4.2)
byebug
factory_bot_rails (~> 5.1, >= 5.1.1)
grape (~> 1.3)
httparty (~> 0.17.3)
listen (>= 3.0.5, < 3.2)
pg (~> 1.2, >= 1.2.2)
puma (~> 4.1)
rails (~> 6.0.2, >= 6.0.2.1)
rspec-rails (~> 3.9)
sidekiq
spring
spring-watcher-listen (~> 2.0.0)
tzinfo-data
web-console (>= 3.3.0)
webpacker (~> 4.0)

RUBY VERSION
ruby 2.7.0p0
Expand Down