Skip to content

Commit e47bee1

Browse files
committed
Bump supported Ruby versions to match Rails 5.
1 parent c98b809 commit e47bee1

File tree

3 files changed

+3
-10
lines changed

3 files changed

+3
-10
lines changed

.travis.yml

-7
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,6 @@ gemfile:
2121
- gemfiles/rails_5.1.gemfile
2222
- gemfiles/rails_5.2.gemfile
2323
matrix:
24-
include:
25-
- rvm: 1.9.3
26-
gemfile: gemfiles/rails_4.2.gemfile
27-
- rvm: 2.0.0
28-
gemfile: gemfiles/rails_4.2.gemfile
29-
- rvm: 2.1.10
30-
gemfile: gemfiles/rails_4.2.gemfile
3124
allow_failures:
3225
- rvm: rbx-2
3326
- rvm: jruby

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
globalid (0.4.2)
4+
globalid (0.5.0)
55
activesupport (>= 4.2.0)
66

77
GEM

globalid.gemspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Gem::Specification.new do |s|
22
s.platform = Gem::Platform::RUBY
33
s.name = 'globalid'
4-
s.version = '0.4.2'
4+
s.version = '0.5.0'
55
s.summary = 'Refer to any model with a URI: gid://app/class/id'
66
s.description = 'URIs for your models makes it easy to pass references around.'
77

8-
s.required_ruby_version = '>= 1.9.3'
8+
s.required_ruby_version = '>= 2.2.2'
99

1010
s.license = 'MIT'
1111

0 commit comments

Comments
 (0)