Skip to content

Commit

Permalink
Merge pull request #737 from pact-foundation/chore/make-padrino-sinat…
Browse files Browse the repository at this point in the history
…ra-optional-deps

chore: make padrino-core sinatra optional deps
  • Loading branch information
impurist authored Nov 22, 2024
2 parents 9653212 + 41f159f commit 98682b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ 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: 0 additions & 2 deletions pact_broker.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ 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 98682b9

Please sign in to comment.