Skip to content

Commit

Permalink
Merge branch 'hotfix/v1.1.5' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
genaromadrid committed Jul 10, 2017
2 parents 28f0208 + 460093e commit 233172a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/mifiel/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Mifiel
VERSION = '1.1.4'.freeze
VERSION = '1.1.5'.freeze
end
2 changes: 1 addition & 1 deletion mifiel.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']
spec.required_ruby_version = '~> 2.1'

spec.add_runtime_dependency 'rest-client', '~> 1.7'
spec.add_runtime_dependency 'rest-client', '>= 1.7'
spec.add_runtime_dependency 'json', '> 0'
spec.add_runtime_dependency 'api-auth', '~> 1.4'
# Use Gem::Version to parse the Ruby version for reliable comparison
Expand Down

0 comments on commit 233172a

Please sign in to comment.