Skip to content

Commit

Permalink
Pin the dependency sinatra version temporarily. (#244)
Browse files Browse the repository at this point in the history
To pass the unit tests.
  • Loading branch information
junaruga committed Feb 15, 2019
1 parent f2b9179 commit dcdd908
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Gemfile
Expand Up @@ -4,3 +4,8 @@ gemspec

# Runtime dependency
gem 'rack', '~> 2.0'
# Pin Sinatra version temporarily,
# because Sinatra 2.0.5 has below issue that prevents our unit tests to pass.
# It will be fixed on the next release.
# https://github.com/sinatra/sinatra/commit/d8c1839
gem 'sinatra', '2.0.4'

0 comments on commit dcdd908

Please sign in to comment.