mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Fix Gemfile to run with Ruby 2.0
This commit is contained in:
parent
214719700f
commit
d29b62b252
1 changed files with 5 additions and 2 deletions
7
Gemfile
7
Gemfile
|
@ -7,11 +7,14 @@ gemspec
|
|||
gem 'haml', github: 'haml/haml'
|
||||
|
||||
gem 'benchmark-ips', '2.3.0'
|
||||
gem 'lineprof'
|
||||
gem 'stackprof'
|
||||
gem 'minitest-line'
|
||||
gem 'pry-byebug'
|
||||
|
||||
if File.exist?('hamlit1')
|
||||
gem 'hamlit1', path: 'hamlit1'
|
||||
end
|
||||
|
||||
if RUBY_VERSION >= '2.1.0'
|
||||
gem 'lineprof'
|
||||
gem 'stackprof'
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue