Skip to content

Commit 4e393f4

Browse files
committed
Bump to ruby 2.6.8
1 parent b43915c commit 4e393f4

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ruby-2.6.6
1+
ruby-2.6.8

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://rubygems.org'
22
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
33

4-
ruby '2.6.6'
4+
ruby '~> 2.6.8'
55

66
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
77
gem 'rails', '~> 6.0.3', '>= 6.0.3.1'

Gemfile.lock

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,9 @@ GEM
142142
marcel (0.3.3)
143143
mimemagic (~> 0.3.2)
144144
method_source (1.0.0)
145-
mimemagic (0.3.5)
145+
mimemagic (0.3.10)
146+
nokogiri (~> 1)
147+
rake
146148
mini_mime (1.0.2)
147149
mini_portile2 (2.4.0)
148150
minitest (5.14.1)
@@ -276,7 +278,7 @@ DEPENDENCIES
276278
whenever
277279

278280
RUBY VERSION
279-
ruby 2.6.6p146
281+
ruby 2.6.8p205
280282

281283
BUNDLED WITH
282284
1.17.3

0 commit comments

Comments
 (0)