mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Add m.gem for development
To do things like `bundle exec m test/engine_test.rb:145`. If you feel the gem introduction is bothering, please notify me.
This commit is contained in:
parent
d4d3635900
commit
949f6c7820
1 changed files with 1 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -1,6 +1,7 @@
|
|||
source "https://rubygems.org"
|
||||
gemspec
|
||||
|
||||
gem "m"
|
||||
gem "pry"
|
||||
|
||||
group :docs do
|
||||
|
|
Loading…
Reference in a new issue