Skip to content

Commit

Permalink
Sinatra is a gem dependency (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
benpickles authored Jan 28, 2025
1 parent f06ae9f commit 5b3bf8e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ gem 'rack-test'
gem 'rake'
gem 'rspec'
gem 'rubocop'
gem 'sinatra'
1 change: 1 addition & 0 deletions phlex-sinatra.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']

spec.add_dependency 'phlex', '>= 1.7.0'
spec.add_dependency 'sinatra'
end

0 comments on commit 5b3bf8e

Please sign in to comment.