Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 0 additions & 25 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,6 @@ shared: &shared
bundle exec rspec --color --require spec_helper spec --format progress

jobs:
"ruby-23":
<<: *shared
docker:
- image: circleci/ruby:2.3-node-browsers
environment:
BUNDLE_GEMFILE: "gemfiles/Gemfile_ruby_23"
BUNDLE_PATH: vendor/bundle
"ruby-24":
<<: *shared
docker:
- image: circleci/ruby:2.4-node-browsers
environment:
BUNDLE_GEMFILE: "gemfiles/Gemfile_ruby_24"
BUNDLE_PATH: vendor/bundle
"ruby-25":
<<: *shared
docker:
Expand All @@ -51,14 +37,6 @@ jobs:
- image: circleci/ruby:2.6-node-browsers
environment:
BUNDLE_PATH: vendor/bundle
"jruby-91":
<<: *shared
docker:
- image: circleci/jruby:9.1-jdk
environment:
BUNDLE_PATH: vendor/bundle
JRUBY_OPTS: "--debug"
BUNDLE_GEMFILE: "gemfiles/Gemfile_jruby_91"
"jruby-92":
<<: *shared
docker:
Expand All @@ -71,9 +49,6 @@ workflows:
version: 2
build:
jobs:
- "ruby-23"
- "ruby-24"
- "ruby-25"
- "ruby-26"
- "jruby-91"
- "jruby-92"
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ inherit_from: .rubocop_todo.yml
require: rubocop-performance

AllCops:
TargetRubyVersion: 2.3
TargetRubyVersion: 2.5
DisplayCopNames: true
DisplayStyleGuide: true
Exclude:
Expand Down
3 changes: 0 additions & 3 deletions gemfiles/Gemfile_jruby_91

This file was deleted.

138 changes: 0 additions & 138 deletions gemfiles/Gemfile_jruby_91.lock

This file was deleted.

3 changes: 0 additions & 3 deletions gemfiles/Gemfile_ruby_23

This file was deleted.

3 changes: 0 additions & 3 deletions gemfiles/Gemfile_ruby_24

This file was deleted.

2 changes: 1 addition & 1 deletion github_changelog_generator.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
spec.name = "github_changelog_generator"
spec.version = GitHubChangelogGenerator::VERSION

spec.required_ruby_version = ">= 2.3.0"
spec.required_ruby_version = ">= 2.5.0"
spec.authors = ["Petr Korolev", "Olle Jonsson", "Marco Ferrari"]
spec.email = "sky4winder+github_changelog_generator@gmail.com"

Expand Down