Skip to content

Commit

Permalink
lock sinatra to 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyBen committed Sep 20, 2018
1 parent d89e3c1 commit 7045e2b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion madness.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ Gem::Specification.new do |s|
s.license = 'MIT'
s.required_ruby_version = ">= 2.2.2"

# we are locking sinatra to 2.0.3 due to this issue:
# https://github.com/sinatra/sinatra/issues/1476
s.add_runtime_dependency 'sinatra', '2.0.3'
s.add_runtime_dependency 'coderay', '~> 1.1'
s.add_runtime_dependency 'colsole', '~> 0.4'
s.add_runtime_dependency 'commonmarker', '~> 0.17'
Expand All @@ -28,7 +31,6 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'rack-contrib', '~> 2.0'
s.add_runtime_dependency 'requires', '~> 0.1'
s.add_runtime_dependency 'sass', '~> 3.4'
s.add_runtime_dependency 'sinatra', '~> 2.0'
s.add_runtime_dependency 'sinatra-contrib', '~> 2.0'
s.add_runtime_dependency 'slim', '~> 3.0'

Expand Down

0 comments on commit 7045e2b

Please sign in to comment.