Skip to content

Commit ccb8e7f

Browse files
author
Maxime Réty
authored
Merge pull request #16 from TankerHQ/max/example
chore(examples): bump deps
2 parents 6718e09 + ec2e305 commit ccb8e7f

2 files changed

Lines changed: 13 additions & 11 deletions

File tree

examples/sinatra/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ source "https://rubygems.org"
33

44
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
55

6-
gem "sinatra", "~> 2.0.7"
6+
gem "sinatra", "~> 2.0.8"
77
gem 'sinatra-cross_origin', "~> 0.4.0"
88
gem "tanker-identity", path: "../../"

examples/sinatra/Gemfile.lock

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,24 @@ PATH
22
remote: ../..
33
specs:
44
tanker-identity (0.1.0)
5-
rbnacl (~> 6.0.1)
5+
rbnacl (~> 7.0)
66

77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
ffi (1.10.0)
11-
mustermann (1.0.3)
12-
rack (2.0.8)
13-
rack-protection (2.0.7)
10+
ffi (1.13.1)
11+
mustermann (1.1.1)
12+
ruby2_keywords (~> 0.0.1)
13+
rack (2.2.3)
14+
rack-protection (2.0.8.1)
1415
rack
15-
rbnacl (6.0.1)
16+
rbnacl (7.1.1)
1617
ffi
17-
sinatra (2.0.7)
18+
ruby2_keywords (0.0.2)
19+
sinatra (2.0.8.1)
1820
mustermann (~> 1.0)
1921
rack (~> 2.0)
20-
rack-protection (= 2.0.7)
22+
rack-protection (= 2.0.8.1)
2123
tilt (~> 2.0)
2224
sinatra-cross_origin (0.4.0)
2325
tilt (2.0.10)
@@ -26,9 +28,9 @@ PLATFORMS
2628
ruby
2729

2830
DEPENDENCIES
29-
sinatra (~> 2.0.7)
31+
sinatra (~> 2.0.8)
3032
sinatra-cross_origin (~> 0.4.0)
3133
tanker-identity!
3234

3335
BUNDLED WITH
34-
2.1.2
36+
2.1.4

0 commit comments

Comments
 (0)