Skip to content

Commit

Permalink
Merge pull request #35 from agimma/update-ffi
Browse files Browse the repository at this point in the history
Update ffi
  • Loading branch information
jmadkins authored Nov 1, 2018
2 parents 3f6f968 + 5bb045b commit 92b7fc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cover_my_meds.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |spec|

spec.add_runtime_dependency "faraday", "~> 0.11"
spec.add_runtime_dependency "faraday_middleware"
spec.add_runtime_dependency "ffi", "= 1.9.18"
spec.add_runtime_dependency "ffi", "= 1.9.25"
spec.add_runtime_dependency "typhoeus"
spec.add_runtime_dependency "mime-types"
spec.add_runtime_dependency "hashie", ">= 3.4.0"
Expand Down
2 changes: 1 addition & 1 deletion lib/cover_my_meds/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module CoverMyMeds
VERSION = "3.2.5"
VERSION = "3.2.6"
end

0 comments on commit 92b7fc8

Please sign in to comment.