Skip to content

Commit

Permalink
chore: revert make padrino sinatra optional. It breaks pactflow builds
Browse files Browse the repository at this point in the history
  • Loading branch information
impurist committed Nov 28, 2024
1 parent 476af02 commit b78ef59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ gem "rake", "~>12.3.3"
gem "sqlite3", ">=2.0.0"
gem "conventional-changelog", "~>1.3"
gem "bump", "~> 0.5"
gem "padrino-core", ">= 0.14.3", "~> 0.14", require: false
gem "sinatra", "~> 3.0", require: false

group :development do
gem "pry-byebug"
Expand Down
2 changes: 2 additions & 0 deletions pact_broker.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency "rack", ">= 2.2.3", "~> 2.2" # TODO update to 3
gem.add_runtime_dependency "redcarpet", ">= 3.5.1", "~>3.5"
gem.add_runtime_dependency "pact-support" , "~> 1.16", ">= 1.16.4"
gem.add_runtime_dependency "padrino-core", ">= 0.14.3", "~> 0.14"
gem.add_runtime_dependency "sinatra", "~> 3.0"
gem.add_runtime_dependency "haml", "~>5.0"
gem.add_runtime_dependency "sucker_punch", "~>3.0"
gem.add_runtime_dependency "rack-protection", "~> 3.0"
Expand Down

0 comments on commit b78ef59

Please sign in to comment.