diff --git a/Gemfile.lock b/Gemfile.lock index a98cd09..0f14535 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,16 +2,12 @@ PATH remote: . specs: crono (0.8.9) - activejob (~> 4.0) activerecord (~> 4.0) activesupport (~> 4.0) GEM remote: https://rubygems.org/ specs: - activejob (4.2.1) - activesupport (= 4.2.1) - globalid (>= 0.3.0) activemodel (4.2.1) activesupport (= 4.2.1) builder (~> 3.1) @@ -31,13 +27,11 @@ GEM columnize (= 0.9.0) columnize (0.9.0) diff-lcs (1.2.5) - globalid (0.3.5) - activesupport (>= 4.1.0) haml (4.0.6) tilt i18n (0.7.0) json (1.8.2) - minitest (5.5.1) + minitest (5.6.1) rack (1.6.0) rack-protection (1.5.3) rack diff --git a/crono.gemspec b/crono.gemspec index 00abee7..81cc773 100644 --- a/crono.gemspec +++ b/crono.gemspec @@ -19,7 +19,6 @@ Gem::Specification.new do |spec| spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ['lib'] - spec.add_runtime_dependency 'activejob', '~> 4.0' spec.add_runtime_dependency 'activesupport', '~> 4.0' spec.add_runtime_dependency 'activerecord', '~> 4.0' spec.add_development_dependency 'rake', '~> 10.0'