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

Commit

Permalink
Update Sinatra to 2.0.2, and run bundle update (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
danj-stripe authored Jun 11, 2018
1 parent 096806b commit d522cc4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ ruby "2.5.0"
gem 'dotenv', '2.2.1'
gem 'encrypted_cookie', '0.0.5'
gem 'json', '2.1.0'
gem 'sinatra', '2.0.1'
gem 'sinatra', '2.0.2'
gem 'stripe', '3.11.0'
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ GEM
dotenv (2.2.1)
encrypted_cookie (0.0.5)
rack (>= 1.1, < 3)
faraday (0.14.0)
faraday (0.15.2)
multipart-post (>= 1.2, < 3)
json (2.1.0)
multipart-post (2.0.0)
mustermann (1.0.2)
rack (2.0.4)
rack-protection (2.0.1)
rack (2.0.5)
rack-protection (2.0.2)
rack
sinatra (2.0.1)
sinatra (2.0.2)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.1)
rack-protection (= 2.0.2)
tilt (~> 2.0)
stripe (3.11.0)
faraday (~> 0.10)
Expand All @@ -28,7 +28,7 @@ DEPENDENCIES
dotenv (= 2.2.1)
encrypted_cookie (= 0.0.5)
json (= 2.1.0)
sinatra (= 2.0.1)
sinatra (= 2.0.2)
stripe (= 3.11.0)

RUBY VERSION
Expand Down

0 comments on commit d522cc4

Please sign in to comment.