Skip to content

Commit 66fd7dd

Browse files
authored
Merge pull request openjournals#92 from openjournals/sinatra-31
2 parents 5973fdd + a8a7e0b commit 66fd7dd

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

Gemfile

+2-2
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

+19-19
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,33 +38,33 @@ 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)
5151
faraday (>= 1, < 3)
5252
sawyer (~> 0.9)
5353
openssl (3.1.0)
54-
public_suffix (5.0.1)
54+
public_suffix (5.0.3)
5555
puma (6.3.0)
5656
nio4r (~> 2.0)
5757
racc (1.7.1)
58-
rack (2.2.7)
59-
rack-protection (3.0.5)
60-
rack
58+
rack (2.2.8)
59+
rack-protection (3.1.0)
60+
rack (~> 2.2, >= 2.2.4)
6161
rack-test (2.1.0)
6262
rack (>= 1.3)
63-
redis-client (0.14.1)
63+
redis-client (0.15.0)
6464
connection_pool
6565
reverse_markdown (2.1.1)
6666
nokogiri
67-
rexml (3.2.5)
67+
rexml (3.2.6)
6868
rspec (3.12.0)
6969
rspec-core (~> 3.12.0)
7070
rspec-expectations (~> 3.12.0)
@@ -74,7 +74,7 @@ GEM
7474
rspec-expectations (3.12.3)
7575
diff-lcs (>= 1.2.0, < 2.0)
7676
rspec-support (~> 3.12.0)
77-
rspec-mocks (3.12.5)
77+
rspec-mocks (3.12.6)
7878
diff-lcs (>= 1.2.0, < 2.0)
7979
rspec-support (~> 3.12.0)
8080
rspec-support (3.12.1)
@@ -94,16 +94,16 @@ GEM
9494
connection_pool (>= 2.3.0)
9595
rack (>= 2.2.4)
9696
redis-client (>= 0.14.0)
97-
sinatra (3.0.5)
97+
sinatra (3.1.0)
9898
mustermann (~> 3.0)
9999
rack (~> 2.2, >= 2.2.4)
100-
rack-protection (= 3.0.5)
100+
rack-protection (= 3.1.0)
101101
tilt (~> 2.0)
102-
sinatra-contrib (3.0.5)
102+
sinatra-contrib (3.1.0)
103103
multi_json
104104
mustermann (~> 3.0)
105-
rack-protection (= 3.0.5)
106-
sinatra (= 3.0.5)
105+
rack-protection (= 3.1.0)
106+
sinatra (= 3.1.0)
107107
tilt (~> 2.0)
108108
thor (1.2.2)
109109
tilt (2.2.0)
@@ -131,8 +131,8 @@ DEPENDENCIES
131131
rspec
132132
serrano
133133
sidekiq
134-
sinatra (= 3.0.5)
135-
sinatra-contrib (= 3.0.5)
134+
sinatra (= 3.1.0)
135+
sinatra-contrib (= 3.1.0)
136136
webmock
137137

138138
BUNDLED WITH

0 commit comments

Comments
 (0)