Skip to content

Commit

Permalink
Merge branch 'master' of github.com:plashchynski/crono
Browse files Browse the repository at this point in the history
  • Loading branch information
plashchynski committed May 28, 2015
2 parents c28a0bb + 45c22ee commit 00d5c77
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
8 changes: 1 addition & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
Expand Down
1 change: 0 additions & 1 deletion crono.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 00d5c77

Please sign in to comment.