diff --git a/README.md b/README.md index 9aec803f..45c34d95 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ [![Code Climate](https://codeclimate.com/github/pivotal/LicenseFinder.png)](https://codeclimate.com/github/pivotal/LicenseFinder) Build status -* Ruby 2.6.10 [![Ruby 2.6.10 build status](https://norsk.cf-app.com/api/v1/teams/main/pipelines/LicenseFinder/jobs/ruby-2.6.10/badge)](https://norsk.cf-app.com/teams/main/pipelines/LicenseFinder) * Ruby 2.7.8 [![Ruby 2.7.8 build status](https://norsk.cf-app.com/api/v1/teams/main/pipelines/LicenseFinder/jobs/ruby-2.7.8/badge)](https://norsk.cf-app.com/teams/main/pipelines/LicenseFinder) * Ruby 3.1.4 [![Ruby 3.1.4 build status](https://norsk.cf-app.com/api/v1/teams/main/pipelines/LicenseFinder/jobs/ruby-3.1.4/badge)](https://norsk.cf-app.com/teams/main/pipelines/LicenseFinder) * Ruby 3.2.3 [![Ruby 3.2.3 build status](https://norsk.cf-app.com/api/v1/teams/main/pipelines/LicenseFinder/jobs/ruby-3.2.3/badge)](https://norsk.cf-app.com/teams/main/pipelines/LicenseFinder) diff --git a/Rakefile b/Rakefile index 4b74cf41..a110f756 100644 --- a/Rakefile +++ b/Rakefile @@ -54,7 +54,7 @@ task :update_pipeline, [:slack_url, :slack_channel] do |_, args| puts 'Warning: You should provide slack channel and url to receive slack notifications on build failures' end - ruby_versions = %w[3.3.0 3.2.3 3.1.4 2.7.8 2.6.10] + ruby_versions = %w[3.3.0 3.2.3 3.1.4 2.7.8] params = [] params << "ruby_versions=#{ruby_versions.join(',')}" diff --git a/spec/lib/license_finder/decisions_spec.rb b/spec/lib/license_finder/decisions_spec.rb index d4238e82..bce48faa 100644 --- a/spec/lib/license_finder/decisions_spec.rb +++ b/spec/lib/license_finder/decisions_spec.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true require 'spec_helper' +require 'ostruct' module LicenseFinder describe Decisions do