Skip to content
Closed
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ gem 'grape', '~> 1.3'
gem 'httparty', '~> 0.17.3'

gem 'pg', '~> 1.2', '>= 1.2.2'
gem 'puma', '~> 4.1'
gem 'puma', '~> 4.3'

gem 'sidekiq'

Expand Down
38 changes: 3 additions & 35 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ GEM
concurrent-ruby (1.1.5)
connection_pool (2.2.2)
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 @@ -134,19 +128,17 @@ GEM
ruby2_keywords (~> 0.0.1)
mustermann-grape (1.0.1)
mustermann (>= 1.0.0)
nio4r (2.5.2)
nio4r (2.5.8)
nokogiri (1.10.7)
mini_portile2 (~> 2.4.0)
pg (1.2.2)
puma (4.3.1)
puma (4.3.11)
nio4r (~> 2.0)
rack (2.1.2)
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 @@ -180,23 +172,6 @@ GEM
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)
ruby2_keywords (0.0.2)
ruby_dep (1.5.0)
sidekiq (6.0.4)
Expand Down Expand Up @@ -224,10 +199,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 +211,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)
puma (~> 4.3)
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