8000 Remove Ruby 2.5 support · GitHubToolbox/github-ripper@89cfdec · GitHub
[go: up one dir, main page]

Skip to content

Commit 89cfdec

Browse files
committed
Remove Ruby 2.5 support
1 parent f369f7f commit 89cfdec

File tree

2 files changed

+4
-25
lines changed

2 files changed

+4
-25
lines changed

.travis.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
matrix:
22
include:
3-
- language: ruby
4-
name: Bundler (rvm 2.5)
5-
rvm: 2.5
6-
before_install:
7-
- gem install bundler
83
- language: ruby
94
name: Bundler (rvm 2.6)
105
rvm: 2.6
@@ -20,15 +15,6 @@ matrix:
2015
rvm: 3.0
2116
before_install:
2217
- gem install bundler
23-
- language: ruby
24-
name: Rubocop (rvm 2.5)
25-
rvm: 2.5
26-
before_install:
27-
- git clone https://github.com/TravisToolbox/rubocop.git
28-
install:
29-
- "./rubocop/install.sh"
30-
script:
31-
- "./rubocop/scan.sh"
3218
- language: ruby
3319
name: Rubocop (rvm 2.6)
3420
rvm: 2.6
@@ -56,15 +42,6 @@ matrix:
5642
- "./rubocop/install.sh"
5743
script:
5844
- "./rubocop/scan.sh"
59-
- language: ruby
60-
name: Reek (rvm 2.5)
61-
rvm: 2.5
62-
before_install:
63-
- git clone https://github.com/TravisToolbox/reek.git
64-
install:
65-
- "./reek/install.sh"
66-
script:
67-
- "./reek/scan.sh"
6845
- language: ruby
6946
name: Reek (rvm 2.6)
7047
rvm: 2.6

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ This changelog was automatically generated using [Caretaker](https://github.com/
77

88
### [v0.1.1](https://github.com/DevelopersToolbox/github-ripper/compare/v0.1.0...v0.1.1)
99

10-
> Released on June, 9th 2021
10+
> Released on June, 12th 2021
1111
12-
- Made the basedir option the file dir without appending /Repos/ to the end [`[head]`](https://github.com/DevelopersToolbox/github-ripper/commit/)
12+
- Remove Ruby 2.5 support [`[head]`](https://github.com/DevelopersToolbox/github-ripper/commit/)
13+
14+
- Made the basedir option the file dir without appending /Repos/ to the end [`[f369f7f]`](https://github.com/DevelopersToolbox/github-ripper/commit/f369f7fd358f01db962ebd6aa0f203697f622f99)
1315

1416
- Fix travis rvm versions and slack integration [`[13e051b]`](https://github.com/DevelopersToolbox/github-ripper/commit/13e051b88cf6081e2e47665332f035b77c8c4aea)
1517

0 commit comments

Comments
 (0)
0