Skip to content

Commit af59683

Browse files
committed
Specify the ruby version in gemspec
1 parent a672399 commit af59683

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Gemfile

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
source "http://rubygems.org"
2-
ruby "2.0.0"
32

43
gemspec
54

intercom.gemspec

+1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@ Gem::Specification.new do |spec|
2525
spec.add_development_dependency "fakeweb", ["~> 1.3"]
2626

2727
spec.add_dependency 'json'
28+
spec.required_ruby_version = '~> 2.0'
2829
end

0 commit comments

Comments
 (0)