File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ source "https://rubygems.org"
4
4
5
5
gem 'puma'
6
6
gem 'unicorn'
7
- gem 'sinatra'
7
+ gem 'sinatra' , '>= 2.2.4' , '< 3'
8
8
9
9
gem 'dogstatsd-ruby'
10
10
# Choose correct specs for 'ddtrace' demo environment
@@ -35,3 +35,4 @@ gem 'pry-byebug'
35
35
gem 'rspec'
36
36
gem 'rspec-wait'
37
37
gem 'webrick' if RUBY_VERSION >= '2.3' # Older Rubies can just use the built-in version of webrick
38
+ gem 'rackup'
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ source "https://rubygems.org"
4
4
5
5
gem 'puma'
6
6
gem 'unicorn'
7
- gem 'sinatra'
8
- gem 'sinatra-router'
7
+ gem 'sinatra' , '>= 2.2.4' , '< 3'
8
+ gem 'sinatra-router' , '>= 0.3.0'
9
9
10
10
gem 'dogstatsd-ruby'
11
11
# Choose correct specs for 'ddtrace' demo environment
@@ -36,3 +36,4 @@ gem 'pry-byebug'
36
36
gem 'rspec'
37
37
gem 'rspec-wait'
38
38
gem 'webrick' if RUBY_VERSION >= '2.3' # Older Rubies can just use the built-in version of webrick
39
+ gem 'rackup'
You can’t perform that action at this time.
0 commit comments