Skip to content

Commit

Permalink
Add minimum config for running in govuk-docker
Browse files Browse the repository at this point in the history
- Add Ruby version spec file
- Add empty Gemfile
  • Loading branch information
csutter committed Aug 25, 2023
1 parent d599eec commit 04e4cc8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.2.2
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
source "https://rubygems.org"
11 changes: 11 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
GEM
remote: https://rubygems.org/
specs:

PLATFORMS
aarch64-linux

DEPENDENCIES

BUNDLED WITH
2.4.10

0 comments on commit 04e4cc8

Please sign in to comment.