Skip to content

Commit 98124ff

Browse files
committed
upgraded puma and json gems
1 parent d42b2f7 commit 98124ff

2 files changed

Lines changed: 15 additions & 9 deletions

File tree

Gemfile

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
source 'http://rubygems.org'
2-
ruby "2.2.5"
2+
ruby "2.5.8"
3+
4+
35

4-
gem 'json'
5-
gem 'puma'
66
gem 'sinatra', "~> 1.4.6"
77
gem 'cloudinary', "~> 1.21.0"
88

9+
10+
gem "json", "~> 2.6.1"
11+
12+
gem "puma", "~> 5.5.2"

Gemfile.lock

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,14 @@ GEM
1010
http-accept (1.7.0)
1111
http-cookie (1.0.4)
1212
domain_name (~> 0.5)
13-
json (1.8.3)
13+
json (2.6.1)
1414
mime-types (3.3.1)
1515
mime-types-data (~> 3.2015)
1616
mime-types-data (3.2021.0901)
1717
netrc (0.11.0)
18-
puma (2.15.3)
18+
nio4r (2.5.8)
19+
puma (5.5.2)
20+
nio4r (~> 2.0)
1921
rack (1.6.4)
2022
rack-protection (1.5.3)
2123
rack
@@ -38,12 +40,12 @@ PLATFORMS
3840

3941
DEPENDENCIES
4042
cloudinary (~> 1.21.0)
41-
json
42-
puma
43+
json (~> 2.6.1)
44+
puma (~> 5.5.2)
4345
sinatra (~> 1.4.6)
4446

4547
RUBY VERSION
46-
ruby 2.2.5p319
48+
ruby 2.5.8p224
4749

4850
BUNDLED WITH
49-
1.16.1
51+
1.17.3

0 commit comments

Comments
 (0)