Skip to content

Commit 45e13c2

Browse files
committed
Gemfile: read version from .ruby-version
Signed-off-by: Ruby Iris Juric <[email protected]>
1 parent 7284715 commit 45e13c2

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ log/
88
coverage/
99
node_modules/
1010
vendor/
11-
.ruby-version
1211
.jekyll-metadata
1312
.envrc
1413
.direnv/

.ruby-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.3.8

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
source 'https://rubygems.org'
16-
ruby '3.3.8'
16+
ruby file: '.ruby-version'
1717

1818
gem 'slugize', '>= 0.0.3'
1919
gem 'jekyll', '>= 3.0.3'

0 commit comments

Comments
 (0)