Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ie 516 Update to be compatible with Ruby 3 #22

Merged
merged 10 commits into from
Feb 2, 2024

Conversation

ncperry
Copy link

@ncperry ncperry commented Feb 1, 2024

  • Added CI step
  • Removed JSON as a gem. By using the system-level JSON module, instead of the JSON gem, we'll be guaranteed to have a version of the JSON library that is compatible with the ruby compiler.
  • Updated tz-info gem as the older gem had a problem with ruby 3 style keyword arguments
  • Updated rspec to be compatible with RubyMine
  • Fixed a few tests that had been broken in previous PRs but that weren't caught

.ruby-version Show resolved Hide resolved
netsuite.gemspec Show resolved Hide resolved
Gemfile Outdated Show resolved Hide resolved
@@ -56,7 +56,7 @@

context 'when the wsdl has not been set' do
it 'returns a path to the WSDL to use for the API' do
expect(config.wsdl).to eq("https://webservices.netsuite.com/wsdl/v2015_1_0/netsuite.wsdl")
expect(config.wsdl).to eq("https://webservices.netsuite.com/wsdl/v2023_1_0/netsuite.wsdl")

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am really curious why this was changed originally

Copy link

@jarednielson jarednielson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, way to leave it better than you found it

.gitignore Outdated Show resolved Hide resolved
Copy link

@wilkinsondesouza wilkinsondesouza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🥇 Clean and meaningful changes

@ncperry ncperry merged commit 6a5071b into reconciliation Feb 2, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants