File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ if ENV["CUSTOM_RUBY_VERSION"]
55end
66
77gem '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'
1010gem 'openssl'
1111gem 'puma'
1212gem 'sidekiq'
Original file line number Diff line number Diff line change 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 )
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
160160RUBY VERSION
You can’t perform that action at this time.
0 commit comments