diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 29d07fe5..bbf6fa5a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,6 @@ jobs: - name: Set up Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: 3.2.3 bundler-cache: true - name: Run tests diff --git a/Gemfile b/Gemfile index 7abd44d7..1738582b 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,5 @@ source "https://rubygems.org" -ruby "3.2.3" - # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main" gem "rails", "~> 7.1.2" diff --git a/Gemfile.lock b/Gemfile.lock index ac898c77..d5a96e24 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -275,8 +275,5 @@ DEPENDENCIES web-console webdrivers -RUBY VERSION - ruby 3.2.3p157 - BUNDLED WITH - 2.5.5 + 2.5.7