Skip to content

Commit

Permalink
Drop ruby 2.3 support (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez authored Jan 11, 2020
1 parent 6a0e948 commit b872c6f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 14 deletions.
11 changes: 0 additions & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,16 +110,6 @@ workflows:
jobs:
- setup_coverage

- spec:
name: "2.3"

executor:
name: test
version: 2.3.8

requires:
- setup_coverage

- spec:
name: "2.4"

Expand Down Expand Up @@ -162,7 +152,6 @@ workflows:

- upload_coverage:
requires:
- "2.3"
- "2.4"
- "2.5"
- "2.6"
Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ AllCops:
DisplayCopNames: true
DisplayStyleGuide: true

TargetRubyVersion: 2.3
TargetRubyVersion: 2.4

Lint/Debugger:
Exclude:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ puts 'Goodbye World' # Run 'next' in the console to move here.

## Requirements

MRI 2.3.0 or higher.
MRI 2.4.0 or higher.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion pry-byebug.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |gem|
gem.executables = []

# Dependencies
gem.required_ruby_version = ">= 2.3.0"
gem.required_ruby_version = ">= 2.4.0"

gem.add_runtime_dependency "byebug", "~> 11.0"
gem.add_runtime_dependency "pry", "~> 0.10"
Expand Down

0 comments on commit b872c6f

Please sign in to comment.