Skip to content

Commit

Permalink
downgraded bundler dependencie
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarferreira committed Mar 27, 2015
1 parent 5869ea4 commit 10d2ab6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion alfi.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rspec', '~> 3.2'
spec.add_development_dependency 'vcr', '~> 2.9'
spec.add_dependency 'json', '~> 1.8.2'
spec.add_dependency 'bundler', '~> 1.9'
spec.add_dependency 'bundler', '>= 1.7'
spec.add_dependency 'colorize', '~> 0.7'

end
2 changes: 1 addition & 1 deletion lib/alfi/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Alfi
VERSION = '0.3.1'
VERSION = '0.3.2'
end

0 comments on commit 10d2ab6

Please sign in to comment.