Skip to content

Commit

Permalink
Add gemspec to Gemfile
Browse files Browse the repository at this point in the history
This enables `bundle exec irb` to test local modifications.
  • Loading branch information
hanazuki committed Apr 9, 2023
1 parent 0c10845 commit bd04f26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@
/pkg/
/spec/reports/
/tmp/

Gemfile.lock
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
source "https://rubygems.org"

gemspec

gem "rake"
gem "test-unit"

0 comments on commit bd04f26

Please sign in to comment.