Skip to content

Commit

Permalink
Try to get things passing
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-burns committed Dec 29, 2023
1 parent 51b7bbb commit 2b9e3a4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ end

appraise "rails7.1" do
gem "byebug"
gem "error_highlight", ">= 0.4.0"
gem "listen", "~> 3.2"
gem "puma", "~> 6.0"
gem "rails", "~> 7.1.0"
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Bundler::GemHelper.install_tasks name: "factory_bot_rails"

Cucumber::Rake::Task.new(:cucumber) do |t|
t.fork = true
t.cucumber_opts = ["--format", (ENV["CUCUMBER_FORMAT"] || "progress")]
t.cucumber_opts = ["--format", ENV.fetch("CUCUMBER_FORMAT", "progress")]
end

RSpec::Core::RakeTask.new(:spec)
Expand Down
1 change: 0 additions & 1 deletion gemfiles/rails7.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ gem "rake"
gem "rspec-rails"
gem "standard"
gem "byebug"
gem "error_highlight", ">= 0.4.0"
gem "listen", "~> 3.2"
gem "puma", "~> 6.0"
gem "rails", "~> 7.1.0"
Expand Down

0 comments on commit 2b9e3a4

Please sign in to comment.