mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Add pry to Gemfile
I'm so tired to write and delete this line again and again... Please excuse this commit to maintain Haml.
This commit is contained in:
parent
9cc8b13e0b
commit
fd11457fe4
1 changed files with 2 additions and 0 deletions
2
Gemfile
2
Gemfile
|
@ -1,6 +1,8 @@
|
||||||
source "https://rubygems.org"
|
source "https://rubygems.org"
|
||||||
gemspec
|
gemspec
|
||||||
|
|
||||||
|
gem "pry"
|
||||||
|
|
||||||
group :docs do
|
group :docs do
|
||||||
gem "yard", "~> 0.8.0"
|
gem "yard", "~> 0.8.0"
|
||||||
gem "kramdown"
|
gem "kramdown"
|
||||||
|
|
Loading…
Reference in a new issue