Skip to content

Commit

Permalink
Support for rails 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmetal committed Apr 20, 2018
1 parent 1e41a9c commit 8877ff7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,25 @@ PATH
remote: .
specs:
uuidable (0.2.2)
activerecord (>= 4.2, < 5.1)
activerecord (>= 4.2, < 6.0)
uuidtools (>= 2.1, < 3)

GEM
remote: https://rubygems.org/
specs:
activemodel (5.0.6)
activesupport (= 5.0.6)
activerecord (5.0.6)
activemodel (= 5.0.6)
activesupport (= 5.0.6)
arel (~> 7.0)
activesupport (5.0.6)
activemodel (5.2.0)
activesupport (= 5.2.0)
activerecord (5.2.0)
activemodel (= 5.2.0)
activesupport (= 5.2.0)
arel (>= 9.0)
activesupport (5.2.0)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (~> 0.7)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.4.0)
arel (7.1.4)
arel (9.0.0)
ast (2.3.0)
backports (3.6.8)
concurrent-ruby (1.0.5)
Expand All @@ -40,12 +40,12 @@ GEM
net-http-persistent (>= 2.7)
net-http-pipeline
highline (1.7.8)
i18n (0.9.1)
i18n (1.0.1)
concurrent-ruby (~> 1.0)
json (1.8.3)
launchy (2.4.3)
addressable (~> 2.3)
minitest (5.10.3)
minitest (5.11.3)
multi_json (1.11.2)
multipart-post (2.0.0)
net-http-persistent (2.9.4)
Expand Down Expand Up @@ -93,7 +93,7 @@ GEM
typhoeus (~> 0.6, >= 0.6.8)
typhoeus (0.8.0)
ethon (>= 0.8.0)
tzinfo (1.2.4)
tzinfo (1.2.5)
thread_safe (~> 0.1)
unicode-display_width (1.3.0)
uuidtools (2.1.5)
Expand Down
2 changes: 1 addition & 1 deletion uuidable.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rspec', '~> 3.0'
spec.add_development_dependency 'travis', '~> 1.8', '>= 1.8.2'

spec.add_dependency 'activerecord', '>= 4.2', '< 5.1'
spec.add_dependency 'activerecord', '>= 4.2', '< 6.0'
spec.add_dependency 'uuidtools', '>= 2.1', '< 3'
end

0 comments on commit 8877ff7

Please sign in to comment.