Skip to content

Commit

Permalink
Another attempt to fix dependency issues with Rails 3. Hopefully it w…
Browse files Browse the repository at this point in the history
…orks this time.
  • Loading branch information
Neil Goodman committed Oct 31, 2013
2 parents bbaf6ce + 63fb103 commit 30f1e23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion allscripts_unity_client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency "savon", "~> 2.3.0"
gem.add_runtime_dependency "httpi", "~> 2.1.0"
gem.add_runtime_dependency "net-http-persistent", "~> 2.9.0"
gem.add_runtime_dependency "tzinfo", "<= 1.1.0", ">= 0.3.29"
gem.add_runtime_dependency "tzinfo", "~> 0.3.29"
gem.add_runtime_dependency "tzinfo-data", "~> 1.2013.7"
gem.add_runtime_dependency "nokogiri", "~> 1.5.0"

Expand Down
2 changes: 1 addition & 1 deletion lib/allscripts_unity_client/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module AllscriptsUnityClient
VERSION = "1.0.2"
VERSION = "1.0.3"
end

0 comments on commit 30f1e23

Please sign in to comment.