Skip to content

Commit 8b662cc

Browse files
authored
Update target Ruby
1 parent bdb2186 commit 8b662cc

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AllCops:
2-
TargetRubyVersion: 2.5
2+
TargetRubyVersion: 3.0
33

44
Exclude:
55
- "apps/**/*"

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,10 @@ It provides several hooks for applications to take advantage of, including:
1212
### Prerequisites
1313

1414
- **Docker and Docker Compose**. Exactly what toolset you use depends on your OS and personal preferences, but recommended are:
15-
- [Docker For Mac](https://docs.docker.com/docker-for-mac/)
16-
- [Docker for Windows 10](https://docs.docker.com/docker-for-windows/) (See [the wiki](https://github.com/LandRegistry/common-dev-env/wiki/Windows-setup) for more information on getting a working Windows environment set up)
15+
- [Docker Desktop](https://docs.docker.com/desktop/)
1716
- [Docker CE for Linux](https://docs.docker.com/install/linux/docker-ce/ubuntu/)
1817
- **Git**
19-
- **Ruby 2.5+**
18+
- **Ruby 3.0+**
2019

2120
### Git/SSH
2221

0 commit comments

Comments
 (0)