Skip to content

Commit

Permalink
Add rake to Gemfile (Fixes #23)
Browse files Browse the repository at this point in the history
May help with environments that force the use of bundler at runtime,
even though roda-sequel-stack does not load bundler itself.
  • Loading branch information
jeremyevans committed Jan 5, 2022
1 parent 6b51da3 commit 73f1f50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ gem 'refrigerator', '>= 1'
gem 'sequel', '>= 5'
gem 'sequel_pg', '>= 1.8'
gem 'rack-unreloader', '>= 1.8'
gem 'rake'

group :development do
gem 'sequel-annotate'
Expand Down

0 comments on commit 73f1f50

Please sign in to comment.