File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11source 'http://rubygems.org'
2- ruby "2.2.5"
2+ ruby "2.5.8"
3+
4+
35
4- gem 'json'
5- gem 'puma'
66gem 'sinatra' , "~> 1.4.6"
77gem 'cloudinary' , "~> 1.21.0"
88
9+
10+ gem "json" , "~> 2.6.1"
11+
12+ gem "puma" , "~> 5.5.2"
Original file line number Diff line number Diff line change 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
3941DEPENDENCIES
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
4547RUBY VERSION
46- ruby 2.2.5p319
48+ ruby 2.5.8p224
4749
4850BUNDLED WITH
49- 1.16.1
51+ 1.17.3
You can’t perform that action at this time.
0 commit comments