1
0
Fork 0

Specify gem versions

This commit is contained in:
Alex Kotov 2023-02-05 05:47:35 +04:00
parent d4991cec79
commit 5afe75ef48
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
2 changed files with 15 additions and 14 deletions

View File

@ -2,7 +2,8 @@
source 'https://rubygems.org'
gem 'connection_pool', '~> 2.3'
gem 'pg', '~> 1.4'
gem 'puma', '~> 6.0'
gem 'sinatra', '~> 3.0'
gem 'connection_pool', '2.2.2'
gem 'pg', '1.2.3'
gem 'sinatra', '2.0.8.1'

View File

@ -1,21 +1,21 @@
GEM
remote: https://rubygems.org/
specs:
connection_pool (2.3.0)
mustermann (3.0.0)
connection_pool (2.2.2)
mustermann (1.1.2)
ruby2_keywords (~> 0.0.1)
nio4r (2.5.8)
pg (1.4.5)
pg (1.2.3)
puma (6.0.2)
nio4r (~> 2.0)
rack (2.2.6.2)
rack-protection (3.0.5)
rack-protection (2.0.8.1)
rack
ruby2_keywords (0.0.5)
sinatra (3.0.5)
mustermann (~> 3.0)
rack (~> 2.2, >= 2.2.4)
rack-protection (= 3.0.5)
sinatra (2.0.8.1)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.8.1)
tilt (~> 2.0)
tilt (2.0.11)
@ -23,10 +23,10 @@ PLATFORMS
x86_64-linux
DEPENDENCIES
connection_pool (~> 2.3)
pg (~> 1.4)
connection_pool (= 2.2.2)
pg (= 1.2.3)
puma (~> 6.0)
sinatra (~> 3.0)
sinatra (= 2.0.8.1)
BUNDLED WITH
2.4.6