Skip to content

Commit

Permalink
Remove bundler version dependency, add .ruby-version to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Logan Serman committed Mar 12, 2019
1 parent 83a4257 commit 5bdb21f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -20,3 +20,5 @@ tmp
*.o
*.a
mkmf.log

.ruby-version
5 changes: 2 additions & 3 deletions elbas.gemspec
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib']

spec.add_development_dependency 'bundler', '~> 1.6'
spec.add_development_dependency 'bundler'
spec.add_development_dependency 'byebug'
spec.add_development_dependency 'rake'
spec.add_development_dependency 'rspec'
Expand All @@ -27,7 +27,6 @@ Gem::Specification.new do |spec|

spec.add_dependency 'aws-sdk-autoscaling', '~> 1'
spec.add_dependency 'aws-sdk-ec2', '~> 1'

spec.add_dependency 'capistrano', '> 3.0.0'
spec.add_dependency 'capistrano', '> 3'
spec.add_dependency 'activesupport', '>= 4.0.0'
end

0 comments on commit 5bdb21f

Please sign in to comment.