Skip to content

Commit

Permalink
Fix: dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipeMata committed Jan 5, 2018
1 parent 05c130b commit 3b99e70
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.0.12

- Updated: dependencies

# 0.0.11

- Added: new endpoint (update plan)
Expand Down
2 changes: 1 addition & 1 deletion gerencianet.gemspec
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rspec", "~> 3.4.0", ">= 3.4.0"
spec.add_development_dependency "guard-rspec", "~> 4.6.4", ">= 4.6.4"
spec.add_development_dependency "webmock", "~> 1.22.3", ">= 1.22.3"
spec.add_development_dependency "rubocop", "~> 0.35.1", ">= 0.35.1"
spec.add_development_dependency "rubocop", "~> 0.49.0", ">= 0.49.0"
spec.add_development_dependency "listen", "~> 3.0.4", ">= 3.0.4"

spec.add_runtime_dependency "http", "~> 0.9", ">= 0.9.8"
Expand Down
2 changes: 1 addition & 1 deletion lib/gerencianet/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# :nodoc:
module Gerencianet
VERSION = "0.0.11"
VERSION = "0.0.12"
end

0 comments on commit 3b99e70

Please sign in to comment.