Skip to content

Commit b847f26

Browse files
committed
Merge branch 'main' into joss
2 parents 4f0a89c + dd03d9d commit b847f26

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ if ENV["CUSTOM_RUBY_VERSION"]
55
end
66

77
gem 'octokit'
8-
gem 'sinatra', '4.1.1'
9-
gem 'sinatra-contrib', '4.1.1'
8+
gem 'sinatra', '4.2.1'
9+
gem 'sinatra-contrib', '4.2.1'
1010
gem 'openssl'
1111
gem 'puma'
1212
gem 'sidekiq'

Gemfile.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ GEM
5151
multi_json (1.17.0)
5252
mustermann (3.0.4)
5353
ruby2_keywords (~> 0.0.1)
54-
net-http (0.7.0)
55-
uri
54+
net-http (0.8.0)
55+
uri (>= 0.11.1)
5656
nio4r (2.7.5)
5757
nokogiri (1.18.10)
5858
mini_portile2 (~> 2.8.2)
@@ -68,7 +68,7 @@ GEM
6868
nio4r (~> 2.0)
6969
racc (1.8.1)
7070
rack (3.2.4)
71-
rack-protection (4.1.1)
71+
rack-protection (4.2.1)
7272
base64 (>= 0.1.0)
7373
logger (>= 1.6.0)
7474
rack (>= 3.0.0, < 4)
@@ -112,18 +112,18 @@ GEM
112112
logger (>= 1.6.2)
113113
rack (>= 3.1.0)
114114
redis-client (>= 0.23.2)
115-
sinatra (4.1.1)
115+
sinatra (4.2.1)
116116
logger (>= 1.6.0)
117117
mustermann (~> 3.0)
118118
rack (>= 3.0.0, < 4)
119-
rack-protection (= 4.1.1)
119+
rack-protection (= 4.2.1)
120120
rack-session (>= 2.0.0, < 3)
121121
tilt (~> 2.0)
122-
sinatra-contrib (4.1.1)
122+
sinatra-contrib (4.2.1)
123123
multi_json (>= 0.0.2)
124124
mustermann (~> 3.0)
125-
rack-protection (= 4.1.1)
126-
sinatra (= 4.1.1)
125+
rack-protection (= 4.2.1)
126+
sinatra (= 4.2.1)
127127
tilt (~> 2.0)
128128
thor (1.4.0)
129129
tilt (2.6.1)
@@ -153,8 +153,8 @@ DEPENDENCIES
153153
rspec
154154
serrano
155155
sidekiq
156-
sinatra (= 4.1.1)
157-
sinatra-contrib (= 4.1.1)
156+
sinatra (= 4.2.1)
157+
sinatra-contrib (= 4.2.1)
158158
webmock
159159

160160
RUBY VERSION

0 commit comments

Comments
 (0)