Skip to content

Commit

Permalink
Drop support for Ruby 2.7, since it's EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
thoughtbot-summer authored and nickcharlton committed Dec 12, 2023
1 parent 60aee78 commit 60cf93a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 deletions.
22 changes: 0 additions & 22 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,27 +51,6 @@ default_job: &default_job
working_directory: ~/administrate

jobs:
ruby-27:
<<: *default_job
steps:
- shared_steps
# Run the tests against the versions of Rails that support Ruby 2.7
- run: bundle exec appraisal install
- run: bundle exec appraisal rails60 rspec
- run: bundle exec appraisal rails61 rspec
- run: bundle exec appraisal rails70 rspec
docker:
- image: cimg/ruby:2.7-browsers
environment:
PGHOST: localhost
PGUSER: administrate
RAILS_ENV: test
- image: cimg/postgres:15.1
environment:
POSTGRES_USER: administrate
POSTGRES_DB: ruby27
POSTGRES_PASSWORD: ""

ruby-30:
<<: *default_job
steps:
Expand Down Expand Up @@ -140,4 +119,3 @@ workflows:
- ruby-32
- ruby-31
- ruby-30
- ruby-27
2 changes: 1 addition & 1 deletion docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Getting Started
---

Administrate is released as a Ruby gem, and can be installed on Rails
applications version 6.0 or greater. We support Ruby 2.7 and up.
applications version 6.0 or greater. We support Ruby 3.0 and up.

First, add the following to your Gemfile:

Expand Down

0 comments on commit 60cf93a

Please sign in to comment.