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

Commit 2c1187d

Browse files
authored
Merge pull request #17 from stripe/ob-update-ruby-deps
Bump deps
2 parents 4ec29a0 + 41dfcd5 commit 2c1187d

File tree

2 files changed

+34
-23
lines changed

2 files changed

+34
-23
lines changed

Gemfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
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'
55
gem 'dotenv', '1.0.2'
6-
gem 'json', '1.8.2'
6+
gem 'json', '1.8.6'
77
gem 'encrypted_cookie', '0.0.4'

Gemfile.lock

Lines changed: 30 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,47 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4+
domain_name (0.5.20170404)
5+
unf (>= 0.0.5, < 1.0.0)
46
dotenv (1.0.2)
57
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)
1016
rack-protection (1.5.3)
1117
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)
1724
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)
2432

2533
PLATFORMS
2634
ruby
2735

2836
DEPENDENCIES
2937
dotenv (= 1.0.2)
3038
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
3445

3546
BUNDLED WITH
36-
1.10.6
47+
1.14.6

0 commit comments

Comments
 (0)