Skip to content

Commit

Permalink
Merge 904c20d into 15b1aa7
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanCrow committed Jan 19, 2021
2 parents 15b1aa7 + 904c20d commit ddb79e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/synapse_client/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module SynapseClient
VERSION = "0.2.4"
VERSION = "0.2.5"
end
2 changes: 1 addition & 1 deletion synapse_client.gemspec
Original file line number Diff line number Diff line change
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_runtime_dependency 'rest-client', '~> 1.7', '>= 1.7.2'
spec.add_runtime_dependency 'rest-client', '>= 1.7.2', '< 2.2'
spec.add_runtime_dependency 'map'

spec.add_development_dependency "bundler", "~> 1.7"
Expand Down

0 comments on commit ddb79e7

Please sign in to comment.