Skip to content

Commit f1505bf

Browse files
committed
Merge branch 'main' into joss
2 parents fdb0058 + 66fd7dd commit f1505bf

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

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', '3.0.5'
9-
gem 'sinatra-contrib', '3.0.5'
8+
gem 'sinatra', '3.1.0'
9+
gem 'sinatra-contrib', '3.1.0'
1010
gem 'openssl'
1111
gem 'puma'
1212
gem 'sidekiq'

Gemfile.lock

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.4)
4+
addressable (2.8.5)
55
public_suffix (>= 2.0.2, < 6.0)
66
bibtex-ruby (6.0.0)
77
latex-decode (~> 0.0)
@@ -14,7 +14,7 @@ GEM
1414
rexml
1515
diff-lcs (1.5.0)
1616
dotenv (2.8.1)
17-
faraday (2.7.9)
17+
faraday (2.7.10)
1818
faraday-net_http (>= 2.0, < 3.1)
1919
ruby2_keywords (>= 0.0.4)
2020
faraday-follow_redirects (0.1.0)
@@ -38,13 +38,13 @@ GEM
3838
reverse_markdown (>= 1, < 3)
3939
rugged (>= 0.24, < 2.0)
4040
thor (>= 0.19, < 2.0)
41-
mini_mime (1.1.2)
42-
mini_portile2 (2.8.2)
41+
mini_mime (1.1.5)
42+
mini_portile2 (2.8.4)
4343
multi_json (1.15.0)
4444
mustermann (3.0.0)
4545
ruby2_keywords (~> 0.0.1)
4646
nio4r (2.5.9)
47-
nokogiri (1.15.2)
47+
nokogiri (1.15.3)
4848
mini_portile2 (~> 2.8.2)
4949
racc (~> 1.4)
5050
octokit (6.1.1)
@@ -53,20 +53,20 @@ GEM
5353
ojra (1.1.0)
5454
faraday (~> 2.7)
5555
openssl (3.1.0)
56-
public_suffix (5.0.1)
56+
public_suffix (5.0.3)
5757
puma (6.3.0)
5858
nio4r (~> 2.0)
5959
racc (1.7.1)
60-
rack (2.2.7)
61-
rack-protection (3.0.5)
62-
rack
60+
rack (2.2.8)
61+
rack-protection (3.1.0)
62+
rack (~> 2.2, >= 2.2.4)
6363
rack-test (2.1.0)
6464
rack (>= 1.3)
65-
redis-client (0.14.1)
65+
redis-client (0.15.0)
6666
connection_pool
6767
reverse_markdown (2.1.1)
6868
nokogiri
69-
rexml (3.2.5)
69+
rexml (3.2.6)
7070
rspec (3.12.0)
7171
rspec-core (~> 3.12.0)
7272
rspec-expectations (~> 3.12.0)
@@ -76,7 +76,7 @@ GEM
7676
rspec-expectations (3.12.3)
7777
diff-lcs (>= 1.2.0, < 2.0)
7878
rspec-support (~> 3.12.0)
79-
rspec-mocks (3.12.5)
79+
rspec-mocks (3.12.6)
8080
diff-lcs (>= 1.2.0, < 2.0)
8181
rspec-support (~> 3.12.0)
8282
rspec-support (3.12.1)
@@ -96,16 +96,16 @@ GEM
9696
connection_pool (>= 2.3.0)
9797
rack (>= 2.2.4)
9898
redis-client (>= 0.14.0)
99-
sinatra (3.0.5)
99+
sinatra (3.1.0)
100100
mustermann (~> 3.0)
101101
rack (~> 2.2, >= 2.2.4)
102-
rack-protection (= 3.0.5)
102+
rack-protection (= 3.1.0)
103103
tilt (~> 2.0)
104-
sinatra-contrib (3.0.5)
104+
sinatra-contrib (3.1.0)
105105
multi_json
106106
mustermann (~> 3.0)
107-
rack-protection (= 3.0.5)
108-
sinatra (= 3.0.5)
107+
rack-protection (= 3.1.0)
108+
sinatra (= 3.1.0)
109109
tilt (~> 2.0)
110110
thor (1.2.2)
111111
tilt (2.2.0)
@@ -134,8 +134,8 @@ DEPENDENCIES
134134
rspec
135135
serrano
136136
sidekiq
137-
sinatra (= 3.0.5)
138-
sinatra-contrib (= 3.0.5)
137+
sinatra (= 3.1.0)
138+
sinatra-contrib (= 3.1.0)
139139
webmock
140140

141141
BUNDLED WITH

0 commit comments

Comments
 (0)