This repository was archived by the owner on Feb 27, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +34
-23
lines changed Expand file tree Collapse file tree 2 files changed +34
-23
lines changed Original file line number Diff line number Diff line change 1
1
source "https://rubygems.org"
2
- ruby "2.1.2 "
3
- gem 'sinatra' , '1.4.5 '
4
- gem 'stripe' , '1.20 .0'
2
+ ruby "2.2.7 "
3
+ gem 'sinatra' , '1.4.7 '
4
+ gem 'stripe' , '1.58 .0'
5
5
gem 'dotenv' , '1.0.2'
6
- gem 'json' , '1.8.2 '
6
+ gem 'json' , '1.8.6 '
7
7
gem 'encrypted_cookie' , '0.0.4'
Original file line number Diff line number Diff line change 1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
+ domain_name (0.5.20170404 )
5
+ unf (>= 0.0.5 , < 1.0.0 )
4
6
dotenv (1.0.2 )
5
7
encrypted_cookie (0.0.4 )
6
- json (1.8.2 )
7
- mime-types (2.4.3 )
8
- netrc (0.10.3 )
9
- rack (1.5.2 )
8
+ http-cookie (1.0.3 )
9
+ domain_name (~> 0.5 )
10
+ json (1.8.6 )
11
+ mime-types (3.1 )
12
+ mime-types-data (~> 3.2015 )
13
+ mime-types-data (3.2016.0521 )
14
+ netrc (0.11.0 )
15
+ rack (1.6.6 )
10
16
rack-protection (1.5.3 )
11
17
rack
12
- rest-client (1.7.3 )
13
- mime-types (>= 1.16 , < 3.0 )
14
- netrc (~> 0.7 )
15
- sinatra (1.4.5 )
16
- rack (~> 1.4 )
18
+ rest-client (2.0.2 )
19
+ http-cookie (>= 1.0.2 , < 2.0 )
20
+ mime-types (>= 1.16 , < 4.0 )
21
+ netrc (~> 0.8 )
22
+ sinatra (1.4.7 )
23
+ rack (~> 1.5 )
17
24
rack-protection (~> 1.4 )
18
- tilt (~> 1.3 , >= 1.3.4 )
19
- stripe (1.20.0 )
20
- json (~> 1.8.1 )
21
- mime-types (>= 1.25 , < 3.0 )
22
- rest-client (~> 1.4 )
23
- tilt (1.4.1 )
25
+ tilt (>= 1.3 , < 3 )
26
+ stripe (1.58.0 )
27
+ rest-client (>= 1.4 , < 4.0 )
28
+ tilt (2.0.7 )
29
+ unf (0.1.4 )
30
+ unf_ext
31
+ unf_ext (0.0.7.4 )
24
32
25
33
PLATFORMS
26
34
ruby
27
35
28
36
DEPENDENCIES
29
37
dotenv (= 1.0.2 )
30
38
encrypted_cookie (= 0.0.4 )
31
- json (= 1.8.2 )
32
- sinatra (= 1.4.5 )
33
- stripe (= 1.20.0 )
39
+ json (= 1.8.6 )
40
+ sinatra (= 1.4.7 )
41
+ stripe (= 1.58.0 )
42
+
43
+ RUBY VERSION
44
+ ruby 2.2.7p470
34
45
35
46
BUNDLED WITH
36
- 1.10 .6
47
+ 1.14 .6
You can’t perform that action at this time.
0 commit comments