Skip to content

Commit 73e806f

Browse files
Bump sinatra from 2.2.2 to 3.0.0 (#399)
Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.2.2 to 3.0.0. - [Release notes](https://github.com/sinatra/sinatra/releases) - [Changelog](https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md) - [Commits](sinatra/sinatra@v2.2.2...v3.0.0) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 00a95f1 commit 73e806f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Gemfile.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ GEM
7474
mocha-on-bacon (0.2.2)
7575
mocha (>= 0.13.0)
7676
multi_json (1.15.0)
77-
mustermann (2.0.2)
77+
mustermann (3.0.0)
7878
ruby2_keywords (~> 0.0.1)
7979
nap (1.1.0)
8080
net-imap (0.2.3)
@@ -111,7 +111,7 @@ GEM
111111
rack (2.2.4)
112112
rack-attack (6.6.1)
113113
rack (>= 1.0, < 3)
114-
rack-protection (2.2.2)
114+
rack-protection (3.0.0)
115115
rack
116116
rack-ssl (1.4.1)
117117
rack
@@ -155,16 +155,16 @@ GEM
155155
rb-fsevent (~> 0.9, >= 0.9.4)
156156
rb-inotify (~> 0.9, >= 0.9.7)
157157
sequel (5.60.1)
158-
sinatra (2.2.2)
159-
mustermann (~> 2.0)
160-
rack (~> 2.2)
161-
rack-protection (= 2.2.2)
158+
sinatra (3.0.0)
159+
mustermann (~> 3.0)
160+
rack (~> 2.2, >= 2.2.4)
161+
rack-protection (= 3.0.0)
162162
tilt (~> 2.0)
163-
sinatra-contrib (2.2.2)
163+
sinatra-contrib (3.0.0)
164164
multi_json
165-
mustermann (~> 2.0)
166-
rack-protection (= 2.2.2)
167-
sinatra (= 2.2.2)
165+
mustermann (~> 3.0)
166+
rack-protection (= 3.0.0)
167+
sinatra (= 3.0.0)
168168
tilt (~> 2.0)
169169
sinatra-twitter-bootstrap (2.3.4)
170170
slim (4.1.0)

0 commit comments

Comments
 (0)