diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index eae00ea..6b9d143 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -26,7 +26,7 @@ jobs: timeout-minutes: 10 strategy: matrix: - ruby-version: ['2.6', '2.7', '3.0', '3.1', '3.2', '3.3'] + ruby-version: ['2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4'] steps: - uses: actions/checkout@v3 diff --git a/gmo.gemspec b/gmo.gemspec index fb30dc2..bfc75dd 100644 --- a/gmo.gemspec +++ b/gmo.gemspec @@ -28,4 +28,5 @@ Gem::Specification.new do |gem| gem.add_development_dependency "rake" gem.add_development_dependency "vcr" gem.add_development_dependency "webmock" + gem.add_development_dependency "ostruct" end diff --git a/spec/gmo/remittance_api_spec.rb b/spec/gmo/remittance_api_spec.rb index 641cb7f..1cda601 100644 --- a/spec/gmo/remittance_api_spec.rb +++ b/spec/gmo/remittance_api_spec.rb @@ -1,6 +1,7 @@ # Encoding: UTF-8 require "spec_helper" +require "ostruct" describe "GMO::Payment::RemittanceAPI" do