diff --git a/example_rails7/Gemfile b/example_rails7/Gemfile index 7f04509d..a4d8ec27 100644 --- a/example_rails7/Gemfile +++ b/example_rails7/Gemfile @@ -1,7 +1,7 @@ source "https://rubygems.org" git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby "3.2.2" +ruby "3.3.0" # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main" gem "rails", "~> 7.0.5" @@ -68,4 +68,4 @@ group :test do gem "webdrivers" end -gem 'rolemodel_rails', '~> 0.8.0', group: :development, path: '..' +gem 'rolemodel_rails', '~> 0.9.1', group: :development, path: '..' diff --git a/example_rails7/Gemfile.lock b/example_rails7/Gemfile.lock index 96e8dd0d..14a62af2 100644 --- a/example_rails7/Gemfile.lock +++ b/example_rails7/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - rolemodel_rails (0.8.0) + rolemodel_rails (0.9.1) GEM remote: https://rubygems.org/ @@ -114,6 +114,7 @@ GEM matrix (0.4.2) method_source (1.0.0) mini_mime (1.1.2) + mini_portile2 (2.8.7) minitest (5.18.0) msgpack (1.7.1) net-imap (0.3.6) @@ -126,7 +127,8 @@ GEM net-smtp (0.3.3) net-protocol nio4r (2.5.9) - nokogiri (1.15.2-arm64-darwin) + nokogiri (1.15.2) + mini_portile2 (~> 2.8.2) racc (~> 1.4) pg (1.5.3) public_suffix (5.0.1) @@ -221,7 +223,7 @@ DEPENDENCIES puma (~> 5.0) rails (~> 7.0.5) redis (~> 4.0) - rolemodel_rails (~> 0.8.0)! + rolemodel_rails (~> 0.9.1)! selenium-webdriver sprockets-rails stimulus-rails @@ -231,7 +233,7 @@ DEPENDENCIES webdrivers RUBY VERSION - ruby 3.2.2p53 + ruby 3.3.0p0 BUNDLED WITH 2.4.14 diff --git a/spec/generators/rolemodel/tailored_select_generator_spec.rb b/spec/generators/rolemodel/tailored_select_generator_spec.rb index 90654d3c..0e0ad77a 100644 --- a/spec/generators/rolemodel/tailored_select_generator_spec.rb +++ b/spec/generators/rolemodel/tailored_select_generator_spec.rb @@ -5,7 +5,6 @@ destination File.expand_path('tmp/', File.dirname(__FILE__)) before(:all) do - ENV['RAILS_LOG_TO_STDOUT'] = 'true' prepare_test_app run_generator sleep 3