Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Commit

Permalink
drop 2.2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Pezza committed Jul 20, 2019
1 parent e86e780 commit ab9ab5f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
20 changes: 0 additions & 20 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,6 @@ ruby_versions:
BUNDLE_RETRY: 3
RAILS_ENV: test

- &ruby-2-2
working_directory: ~/devise_materialize
docker:
- image: circleci/ruby:2.2.10
environment:
BUNDLE_JOBS: 3
BUNDLE_RETRY: 3
RAILS_ENV: test

build_steps:
- &bundle_install
run:
Expand Down Expand Up @@ -121,15 +112,6 @@ jobs:
- *store_coverage
- *store_test_results

test_ruby_2_2:
<<: *ruby-2-2
steps:
- checkout
- *bundle_install
- *run_test
- *store_coverage
- *store_test_results

test:
<<: *ruby-2-6
steps:
Expand All @@ -148,11 +130,9 @@ workflows:
- test_ruby_2_5
- test_ruby_2_4
- test_ruby_2_3
- test_ruby_2_2
- test:
requires:
- test_ruby_2_6
- test_ruby_2_5
- test_ruby_2_4
- test_ruby_2_3
- test_ruby_2_2
2 changes: 1 addition & 1 deletion devise_materialize.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
spec.test_files = `git ls-files -- test/*`.split("\n")
spec.require_paths = ["lib"]

spec.required_ruby_version = ">= 2.2"
spec.required_ruby_version = ">= 2.3"
spec.required_rubygems_version = "> 1.3.1"

spec.add_dependency "railties", ">= 4.1.0", "< 7.0.0"
Expand Down

0 comments on commit ab9ab5f

Please sign in to comment.