Skip to content

Commit a18b56d

Browse files
committed
Update Gemfile.lock - fix security alerts
1 parent e76f6be commit a18b56d

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source 'https://rubygems.org'
2-
ruby '2.4.0'
2+
ruby '2.5.3'
33

44
gem 'sinatra', '~>1.4.4'
55
gem 'json'

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
json (2.0.2)
5-
rack (1.6.5)
6-
rack-protection (1.5.3)
4+
json (2.1.0)
5+
rack (1.6.11)
6+
rack-protection (1.5.5)
77
rack
88
sinatra (1.4.8)
99
rack (~> 1.5)
1010
rack-protection (~> 1.4)
1111
tilt (>= 1.3, < 3)
12-
tilt (2.0.7)
12+
tilt (2.0.8)
1313

1414
PLATFORMS
1515
ruby
@@ -19,7 +19,7 @@ DEPENDENCIES
1919
sinatra (~> 1.4.4)
2020

2121
RUBY VERSION
22-
ruby 2.4.0p0
22+
ruby 2.5.3p105
2323

2424
BUNDLED WITH
25-
1.14.6
25+
1.17.1

0 commit comments

Comments
 (0)