Skip to content

Commit

Permalink
Merge 8dbd120 into 4449c8c
Browse files Browse the repository at this point in the history
  • Loading branch information
bwillis authored Mar 11, 2020
2 parents 4449c8c + 8dbd120 commit eda872c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ PATH
remote: .
specs:
versioncake (3.4.0)
actionpack (>= 3.2)
activesupport (>= 3.2)
railties (>= 3.2)
actionpack (>= 5.0)
activesupport (>= 5.0)
railties (>= 5.0)
tzinfo

GEM
Expand Down Expand Up @@ -33,7 +33,7 @@ GEM
rake
thor (>= 0.14.0)
builder (3.2.4)
concurrent-ruby (1.1.5)
concurrent-ruby (1.1.6)
coveralls (0.8.21)
json (>= 1.8, < 3)
simplecov (~> 0.14.1)
Expand All @@ -53,7 +53,7 @@ GEM
method_source (0.9.0)
mini_portile2 (2.4.0)
minitest (5.14.0)
nokogiri (1.10.7)
nokogiri (1.10.9)
mini_portile2 (~> 2.4.0)
rack (2.1.1)
rack-test (0.7.0)
Expand All @@ -69,7 +69,7 @@ GEM
method_source
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (12.1.0)
rake (13.0.1)
rspec (3.6.0)
rspec-core (~> 3.6.0)
rspec-expectations (~> 3.6.0)
Expand Down Expand Up @@ -116,4 +116,4 @@ DEPENDENCIES
versioncake!

BUNDLED WITH
2.0.2
1.17.2
6 changes: 3 additions & 3 deletions versioncake.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ Gem::Specification.new do |s|

s.required_ruby_version = '>= 1.9.2'

s.add_dependency('actionpack', '>= 3.2')
s.add_dependency('activesupport', '>= 3.2')
s.add_dependency('railties', '>= 3.2')
s.add_dependency('actionpack', '>= 5.0')
s.add_dependency('activesupport', '>= 5.0')
s.add_dependency('railties', '>= 5.0')
s.add_dependency('tzinfo')

s.add_development_dependency 'appraisal'
Expand Down

0 comments on commit eda872c

Please sign in to comment.