Skip to content
This repository was archived by the owner on Feb 27, 2023. It is now read-only.

Commit 827908a

Browse files
Add .ruby-version, Upgrade to ruby 2.5.0, and Upgrade gems to latest to resolve security warnings
1 parent 0adc94a commit 827908a

File tree

3 files changed

+32
-26
lines changed

3 files changed

+32
-26
lines changed

.ruby-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2.5.0

Gemfile

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
source "https://rubygems.org"
2-
ruby "2.3.1"
3-
gem 'sinatra', '1.4.7'
4-
gem 'stripe', '2.12.0'
5-
gem 'dotenv', '1.0.2'
6-
gem 'json', '1.8.6'
7-
gem 'encrypted_cookie', '0.0.4'
2+
3+
ruby "2.5.0"
4+
5+
gem 'dotenv', '2.2.1'
6+
gem 'encrypted_cookie', '0.0.5'
7+
gem 'json', '2.1.0'
8+
gem 'sinatra', '2.0.1'
9+
gem 'stripe', '3.11.0'

Gemfile.lock

Lines changed: 23 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,38 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
dotenv (1.0.2)
5-
encrypted_cookie (0.0.4)
6-
faraday (0.12.1)
4+
dotenv (2.2.1)
5+
encrypted_cookie (0.0.5)
6+
rack (>= 1.1, < 3)
7+
faraday (0.14.0)
78
multipart-post (>= 1.2, < 3)
8-
json (1.8.6)
9+
json (2.1.0)
910
multipart-post (2.0.0)
10-
rack (1.6.6)
11-
rack-protection (1.5.3)
11+
mustermann (1.0.2)
12+
rack (2.0.4)
13+
rack-protection (2.0.1)
1214
rack
13-
sinatra (1.4.7)
14-
rack (~> 1.5)
15-
rack-protection (~> 1.4)
16-
tilt (>= 1.3, < 3)
17-
stripe (2.12.0)
18-
faraday (~> 0.9)
19-
tilt (2.0.7)
15+
sinatra (2.0.1)
16+
mustermann (~> 1.0)
17+
rack (~> 2.0)
18+
rack-protection (= 2.0.1)
19+
tilt (~> 2.0)
20+
stripe (3.11.0)
21+
faraday (~> 0.10)
22+
tilt (2.0.8)
2023

2124
PLATFORMS
2225
ruby
2326

2427
DEPENDENCIES
25-
dotenv (= 1.0.2)
26-
encrypted_cookie (= 0.0.4)
27-
json (= 1.8.6)
28-
sinatra (= 1.4.7)
29-
stripe (= 2.12.0)
28+
dotenv (= 2.2.1)
29+
encrypted_cookie (= 0.0.5)
30+
json (= 2.1.0)
31+
sinatra (= 2.0.1)
32+
stripe (= 3.11.0)
3033

3134
RUBY VERSION
32-
ruby 2.3.1p112
35+
ruby 2.5.0p0
3336

3437
BUNDLED WITH
35-
1.15.0
38+
1.16.1

0 commit comments

Comments
 (0)