Skip to content

Commit 0737e85

Browse files
committed
Added Ruby version to Gemfile to fix dependabot checks
1 parent fca5386 commit 0737e85

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# frozen_string_literal: true
22

33
source "https://rubygems.org"
4+
ruby "3.0.1"
45

5-
# Specify your gem's dependencies in logga.gemspec
66
gemspec
77

88
group :development do

Gemfile.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,5 +117,8 @@ DEPENDENCIES
117117
rspec-nc (~> 0.3)
118118
simplecov (~> 0.17)
119119

120+
RUBY VERSION
121+
ruby 3.0.1p64
122+
120123
BUNDLED WITH
121124
2.2.17

0 commit comments

Comments
 (0)