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

EOL ruby 2.3.x and Support Over Ruby 2.5.0 #170

Merged
merged 1 commit into from
Jan 27, 2021

Conversation

yukihirop
Copy link
Owner

Summary

Since sqlite3 is not included in ruby ​​2.5.0, ruby ​​2.5.0 was removed. Problems only for operation check

$ /bin/bash devscript/all_support_ruby.sh rspec 2.5.0
== Rspec for Ruby Version: 2.5.0 ==
An error occurred while loading spec_helper. - Did you mean?
                    rspec ./spec/rake_helper.rb
Failure/Error: ActiveRecord::Base.establish_connection(adapter: 'sqlite3', database: ':memory:')
LoadError:
  Error loading the 'sqlite3' Active Record adapter. Missing a gem it depends on? incompatible library version - /Users/yukihirop/RubyProjects/r2-oas/gemfiles/vendor/bundle/ruby/2.5.0/gems/sqlite3-1.4.2/lib/sqlite3/sqlite3_native.bundle

Rspec

$ /bin/bash devscript/all_support_ruby.sh rspec

===== Rspec for All Support Ruby Result =====
ruby-2.5.8: 0
ruby-2.6.6: 0
ruby-2.7.1: 0
=============================================

Rubocop

$ be rubocop
Inspecting 203 files
...........................................................................................................................................................................................................

203 files inspected, no offenses detected

@yukihirop yukihirop added this to the v0.4.2 milestone Jan 27, 2021
@yukihirop yukihirop self-assigned this Jan 27, 2021
@yukihirop yukihirop linked an issue Jan 27, 2021 that may be closed by this pull request
Since sqlite3 is not included in ruby ​​2.5.0, ruby ​​2.5.0 was removed. Problems only for operation check

```
$ /bin/bash devscript/all_support_ruby.sh rspec 2.5.0
== Rspec for Ruby Version: 2.5.0 ==
An error occurred while loading spec_helper. - Did you mean?
                    rspec ./spec/rake_helper.rb
Failure/Error: ActiveRecord::Base.establish_connection(adapter: 'sqlite3', database: ':memory:')
LoadError:
  Error loading the 'sqlite3' Active Record adapter. Missing a gem it depends on? incompatible library version - /Users/yukihirop/RubyProjects/r2-oas/gemfiles/vendor/bundle/ruby/2.5.0/gems/sqlite3-1.4.2/lib/sqlite3/sqlite3_native.bundle
```
@yukihirop yukihirop merged commit d995be2 into features/v0.4.2 Jan 27, 2021
@yukihirop yukihirop deleted the issues167/eol_ruby_2.3.x branch January 27, 2021 17:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

EOL ruby 2.3.x and Support Over Ruby 2.5.0
1 participant