Skip to content

Commit

Permalink
Merge pull request #33 from covermymeds/lock_ffi_gem_to_1.9.18
Browse files Browse the repository at this point in the history
Updated ffi gem to 1.9.18
  • Loading branch information
jenpayne authored May 2, 2018
2 parents d454584 + 72617db commit 3f6f968
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.3.0
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,4 @@ if RUBY_VERSION < '2.2'
gem 'rack', '~> 1.6.0', group: :test
end

gem "ffi", "= 1.9.21"

gemspec
1 change: 1 addition & 0 deletions cover_my_meds.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +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 "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.3"
VERSION = "3.2.5"
end

0 comments on commit 3f6f968

Please sign in to comment.