Skip to content
Open
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
8 changes: 4 additions & 4 deletions services/backend-api/app/Gemfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
source 'https://rubygems.org'

gem 'puma', '~> 4.3.3'
gem 'rack', '~> 2.0.8'
gem 'sinatra', '~> 2.0.7'
gem 'sinatra-contrib', '~> 2.0.7'
gem 'rack', '~> 2.2.4'
gem 'sinatra', '~> 3.0.4'
gem 'sinatra-contrib', '~> 3.0.4'
gem 'redis', '~> 4.1.2'
gem 'bunny', '~> 2.14.2'
gem 'connection_pool', '~> 2.2.2'
Expand All @@ -17,6 +17,6 @@ gem 'statsd-ruby', '~> 1.4.0'

# todo: put into separate :test bundle group
group :test do
gem 'rack-test', '~> 1.1.0'
gem 'rack-test', '~> 2.0.2'
gem 'minitest'
end
42 changes: 21 additions & 21 deletions services/backend-api/app/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,38 +2,38 @@ GEM
remote: https://rubygems.org/
specs:
amq-protocol (2.3.0)
backports (3.15.0)
bunny (2.14.2)
amq-protocol (~> 2.3, >= 2.3.0)
concurrent-ruby (1.1.5)
connection_pool (2.2.2)
minitest (5.11.3)
multi_json (1.13.1)
mustermann (1.0.3)
multi_json (1.15.0)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
nio4r (2.5.2)
puma (4.3.3)
nio4r (~> 2.0)
rack (2.0.8)
rack-protection (2.0.7)
rack (2.2.4)
rack-protection (3.0.4)
rack
rack-test (1.1.0)
rack (>= 1.0, < 3)
rack-test (2.0.2)
rack (>= 1.3)
rake (12.3.3)
redis (4.1.2)
ruby2_keywords (0.0.5)
serverengine (2.0.7)
sigdump (~> 0.2.2)
sigdump (0.2.4)
sinatra (2.0.7)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.7)
sinatra (3.0.4)
mustermann (~> 3.0)
rack (~> 2.2, >= 2.2.4)
rack-protection (= 3.0.4)
tilt (~> 2.0)
sinatra-contrib (2.0.7)
backports (>= 2.8.2)
sinatra-contrib (3.0.4)
multi_json
mustermann (~> 1.0)
rack-protection (= 2.0.7)
sinatra (= 2.0.7)
mustermann (~> 3.0)
rack-protection (= 3.0.4)
sinatra (= 3.0.4)
tilt (~> 2.0)
sneakers (2.11.0)
bunny (~> 2.12)
Expand All @@ -43,7 +43,7 @@ GEM
thor
statsd-ruby (1.4.0)
thor (0.20.3)
tilt (2.0.9)
tilt (2.0.11)

PLATFORMS
ruby
Expand All @@ -53,11 +53,11 @@ DEPENDENCIES
connection_pool (~> 2.2.2)
minitest
puma (~> 4.3.3)
rack (~> 2.0.8)
rack-test (~> 1.1.0)
rack (~> 2.2.4)
rack-test (~> 2.0.2)
redis (~> 4.1.2)
sinatra (~> 2.0.7)
sinatra-contrib (~> 2.0.7)
sinatra (~> 3.0.4)
sinatra-contrib (~> 3.0.4)
sneakers (~> 2.11.0)
statsd-ruby (~> 1.4.0)

Expand Down