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"
|
source "https://rubygems.org"
|
||||||
gemspec
|
gemspec
|
||||||
|
|
||||||
|
gem "m"
|
||||||
gem "pry"
|
gem "pry"
|
||||||
|
|
||||||
group :docs do
|
group :docs do
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue