Skip to content

Commit

Permalink
Add cgi dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
timcraft committed Apr 5, 2024
1 parent 5e46157 commit ab3d084
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
source 'https://rubygems.org'

gemspec

gem 'rspec-core', '~> 3'
gem 'rspec-expectations', '~> 3'
gem 'rspec-mocks', '~> 3'
Expand Down
1 change: 1 addition & 0 deletions formeze.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ Gem::Specification.new do |s|
'bug_tracker_uri' => 'https://github.com/readysteady/formeze/issues',
'changelog_uri' => 'https://github.com/readysteady/formeze/blob/main/CHANGES.md'
}
s.add_dependency 'cgi'
end

0 comments on commit ab3d084

Please sign in to comment.