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

Support Rails 6.1 #37

Merged
merged 4 commits into from
Dec 18, 2020
Merged

Support Rails 6.1 #37

merged 4 commits into from
Dec 18, 2020

Conversation

chocoby
Copy link
Owner

@chocoby chocoby commented Dec 18, 2020

  • Rails 6.1 をサポート
  • README: 開発環境の Gem のインストールや RSpec の実行方法についてコマンドを変更
  • RSpec を実行する Rake タスクを削除
  • Ruby 2.3 において SimpleCov のエラーが発生するため、ビルド対象から削除
/opt/hostedtoolcache/Ruby/2.3.8/x64/lib/ruby/gems/2.3.0/gems/simplecov-lcov-0.8.0/lib/simplecov-lcov.rb:90:in `format_file': undefined method `branch_coverage?' for SimpleCov:Module (NoMethodError)
	from /opt/hostedtoolcache/Ruby/2.3.8/x64/lib/ruby/gems/2.3.0/gems/simplecov-lcov-0.8.0/lib/simplecov-lcov.rb:75:in `block (2 levels) in write_lcov_to_single_file!'
	from /opt/hostedtoolcache/Ruby/2.3.8/x64/lib/ruby/gems/2.3.0/gems/simplecov-lcov-0.8.0/lib/simplecov-lcov.rb:75:in `each'
	from /opt/hostedtoolcache/Ruby/2.3.8/x64/lib/ruby/gems/2.3.0/gems/simplecov-lcov-0.8.0/lib/simplecov-lcov.rb:75:in `block in write_lcov_to_single_file!'
	from /opt/hostedtoolcache/Ruby/2.3.8/x64/lib/ruby/gems/2.3.0/gems/simplecov-lcov-0.8.0/lib/simplecov-lcov.rb:74:in `open'
	from /opt/hostedtoolcache/Ruby/2.3.8/x64/lib/ruby/gems/2.3.0/gems/simplecov-lcov-0.8.0/lib/simplecov-lcov.rb:74:in `write_lcov_to_single_file!'
	from /opt/hostedtoolcache/Ruby/2.3.8/x64/lib/ruby/gems/2.3.0/gems/simplecov-lcov-0.8.0/lib/simplecov-lcov.rb:18:in `format'
	from /opt/hostedtoolcache/Ruby/2.3.8/x64/lib/ruby/gems/2.3.0/gems/simplecov-0.17.1/lib/simplecov/result.rb:48:in `format!'
	from /opt/hostedtoolcache/Ruby/2.3.8/x64/lib/ruby/gems/2.3.0/gems/simplecov-0.17.1/lib/simplecov/configuration.rb:182:in `block in at_exit'
	from /opt/hostedtoolcache/Ruby/2.3.8/x64/lib/ruby/gems/2.3.0/gems/simplecov-0.17.1/lib/simplecov.rb:201:in `run_exit_tasks!'
	from /opt/hostedtoolcache/Ruby/2.3.8/x64/lib/ruby/gems/2.3.0/gems/simplecov-0.17.1/lib/simplecov/defaults.rb:29:in `block in <top (required)>'

@chocoby chocoby force-pushed the support-rails61 branch 2 times, most recently from 37224b8 to 920207d Compare December 18, 2020 06:23
@coveralls
Copy link

coveralls commented Dec 18, 2020

Coverage Status

Coverage remained the same at 100.0% when pulling 7b33d9d on support-rails61 into 1f93bc0 on master.

@chocoby chocoby merged commit 3ea62ab into master Dec 18, 2020
@chocoby chocoby deleted the support-rails61 branch December 18, 2020 06:43
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.

2 participants