Skip to content

Commit

Permalink
fix version gem
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-chechaev committed Sep 1, 2016
1 parent 868d12f commit fa5a772
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
language: ruby
rvm:
- 2.2.1
before_install: gem install bundler -v 1.11.2
before_install: gem install bundler -v 1.12.5
2 changes: 1 addition & 1 deletion dates_from_string.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
# Only with ruby 2.0.x
spec.required_ruby_version = '~> 2.0'

spec.add_development_dependency "bundler", "~> 1.11.2"
spec.add_development_dependency "bundler", "~> 1.12.5"
spec.add_development_dependency "rake", "~> 10.0"

spec.add_development_dependency 'pry-rails'
Expand Down

0 comments on commit fa5a772

Please sign in to comment.