This repository was archived by the owner on Feb 27, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +32
-26
lines changed Expand file tree Collapse file tree 3 files changed +32
-26
lines changed Original file line number Diff line number Diff line change
1
+ 2.5.0
Original file line number Diff line number Diff line change 1
1
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'
Original file line number Diff line number Diff line change 1
1
GEM
2
2
remote: https://rubygems.org/
3
3
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 )
7
8
multipart-post (>= 1.2 , < 3 )
8
- json (1.8.6 )
9
+ json (2.1.0 )
9
10
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 )
12
14
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 )
20
23
21
24
PLATFORMS
22
25
ruby
23
26
24
27
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 )
30
33
31
34
RUBY VERSION
32
- ruby 2.3.1p112
35
+ ruby 2.5.0p0
33
36
34
37
BUNDLED WITH
35
- 1.15.0
38
+ 1.16.1
You can’t perform that action at this time.
0 commit comments