Skip to content

Commit

Permalink
Gemspec fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kpheasey committed Oct 4, 2014
1 parent 67845e8 commit 1cb235c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ PATH
remote: .
specs:
shower (0.0.1)
coffee-rails (~> 4.0.0)
rails (>= 4.0.0)
redis (~> 3.1.0)
coffee-rails (~> 4.0)
rails (~> 4.0)
redis (~> 3.1, >= 3.1.0)

GEM
remote: https://rubygems.org/
Expand Down
6 changes: 3 additions & 3 deletions shower.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.files = Dir['{app,config,db,lib}/**/*', 'MIT-LICENSE', 'Rakefile', 'README.rdoc']
s.test_files = Dir['test/**/*']

s.add_dependency 'rails', '>= 4.0.0'
s.add_dependency 'coffee-rails', '~> 4.0.0'
s.add_dependency 'redis', '~> 3.1.0'
s.add_dependency 'rails', '~> 4.0'
s.add_dependency 'coffee-rails', '~> 4.0'
s.add_dependency 'redis', '~> 3.1', '>= 3.1.0'
end

0 comments on commit 1cb235c

Please sign in to comment.