Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Drop support for EOL Ruby versions#786

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
ferrarimarco merged 1 commit intomasterfromstop-support-for-EOL-rubies
Apr 10, 2020
Merged
Show file tree
Hide file tree
Changes fromall 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
View file
Open in desktop
Original file line numberDiff line numberDiff 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
View file
Open in desktop
Original file line numberDiff line numberDiff 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 deletionsgemfiles/Gemfile_jruby_91
View file
Open in desktop

This file was deleted.

138 changes: 0 additions & 138 deletionsgemfiles/Gemfile_jruby_91.lock
View file
Open in desktop

This file was deleted.

3 changes: 0 additions & 3 deletionsgemfiles/Gemfile_ruby_23
View file
Open in desktop

This file was deleted.

3 changes: 0 additions & 3 deletionsgemfiles/Gemfile_ruby_24
View file
Open in desktop

This file was deleted.

2 changes: 1 addition & 1 deletiongithub_changelog_generator.gemspec
View file
Open in desktop
Original file line numberDiff line numberDiff 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

[8]ページ先頭

©2009-2025 Movatter.jp