mirror of
https://github.com/kemko/liquid.git
synced 2026-01-01 15:55:40 +03:00
Do not intall stackprof under jruby nor rubinius
This commit is contained in:
1
Gemfile
1
Gemfile
@@ -1,3 +1,4 @@
|
||||
source 'https://rubygems.org'
|
||||
|
||||
gemspec
|
||||
gem 'stackprof', platforms: :mri_21
|
||||
|
||||
@@ -24,6 +24,5 @@ Gem::Specification.new do |s|
|
||||
|
||||
s.require_path = "lib"
|
||||
|
||||
s.add_development_dependency 'stackprof' if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("2.1.0")
|
||||
s.add_development_dependency 'rake'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user