File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ git_source(:github) { |name| "https://github.com/#{name}.git" }
44source "https://rubygems.org"
55ruby File . read ( File . join ( File . dirname ( __FILE__ ) , ".ruby-version" ) ) . strip
66
7- gem 'sinatra' , '~> 2.1 '
7+ gem 'sinatra' , '~> 2.2 '
88gem 'puma' , '~> 5.6'
99gem 'rack-attack' , '~> 6.5'
1010gem 'redis-activesupport' , '~> 5.2'
Original file line number Diff line number Diff line change 1414 concurrent-ruby (~> 1.0 )
1515 minitest (5.18.0 )
1616 multi_json (1.15.0 )
17- mustermann (1.1 .2 )
17+ mustermann (2.0 .2 )
1818 ruby2_keywords (~> 0.0.1 )
1919 nio4r (2.5.8 )
2020 puma (5.6.4 )
2121 nio4r (~> 2.0 )
2222 rack (2.2.7 )
2323 rack-attack (6.6.0 )
2424 rack (>= 1.0 , < 3 )
25- rack-protection (2.2.0 )
25+ rack-protection (2.2.3 )
2626 rack
2727 rack-test (1.1.0 )
2828 rack (>= 1.0 , < 3 )
4646 rspec-support (~> 3.11.0 )
4747 rspec-support (3.11.0 )
4848 ruby2_keywords (0.0.5 )
49- sinatra (2.2.0 )
50- mustermann (~> 1 .0 )
49+ sinatra (2.2.3 )
50+ mustermann (~> 2 .0 )
5151 rack (~> 2.2 )
52- rack-protection (= 2.2.0 )
52+ rack-protection (= 2.2.3 )
5353 tilt (~> 2.0 )
54- sinatra-contrib (2.2.0 )
54+ sinatra-contrib (2.2.3 )
5555 multi_json
56- mustermann (~> 1 .0 )
57- rack-protection (= 2.2.0 )
58- sinatra (= 2.2.0 )
56+ mustermann (~> 2 .0 )
57+ rack-protection (= 2.2.3 )
58+ sinatra (= 2.2.3 )
5959 tilt (~> 2.0 )
6060 sinatra-reloader (1.0 )
6161 sinatra-contrib
@@ -77,7 +77,7 @@ DEPENDENCIES
7777 rack-test (~> 1.1 )
7878 redis-activesupport (~> 5.2 )
7979 rspec (~> 3.10 )
80- sinatra (~> 2.1 )
80+ sinatra (~> 2.2 )
8181 sinatra-reloader (~> 1.0 )
8282
8383RUBY VERSION
You can’t perform that action at this time.
0 commit comments