Skip to content

Commit

Permalink
Required Ruby Version >= 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbayerlein committed Dec 21, 2016
1 parent 8ad209f commit 12295b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion middleman-google-analytics.gemspec
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ['lib']

s.required_ruby_version = '>= 1.9.3'
s.required_ruby_version = '>= 2.2.0'
s.add_dependency('middleman-core', ['>= 3.4'])
# Middleman 3.4.1 requires "uglifier ~> 2.5"
# Middleman 4.1.7 requires "uglifier ~> 3.0"
Expand Down

0 comments on commit 12295b4

Please sign in to comment.