Skip to content

Commit 559d71f

Browse files
committed
change gem version from 2.6.6 to 2.7.2
1 parent 373cb2d commit 559d71f

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

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.7.2'
55

66
gem 'slim'
77
# This is for generating random stuff

Gemfile.lock

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ GEM
8282
faker (2.15.1)
8383
i18n (>= 1.6, < 2)
8484
ffi (1.14.2)
85+
ffi (1.14.2-x64-mingw32)
8586
globalid (0.4.2)
8687
activesupport (>= 4.2.0)
8788
i18n (1.8.8)
@@ -108,7 +109,10 @@ GEM
108109
nokogiri (1.11.1)
109110
mini_portile2 (~> 2.5.0)
110111
racc (~> 1.4)
112+
nokogiri (1.11.1-x64-mingw32)
113+
racc (~> 1.4)
111114
pg (1.2.3)
115+
pg (1.2.3-x64-mingw32)
112116
public_suffix (4.0.6)
113117
puma (5.2.0)
114118
nio4r (~> 2.0)
@@ -156,6 +160,8 @@ GEM
156160
sassc-rails (~> 2.1, >= 2.1.1)
157161
sassc (2.4.0)
158162
ffi (~> 1.9)
163+
sassc (2.4.0-x64-mingw32)
164+
ffi (~> 1.9)
159165
sassc-rails (2.1.2)
160166
railties (>= 4.0.0)
161167
sassc (>= 2.0)
@@ -186,6 +192,8 @@ GEM
186192
turbolinks-source (5.2.0)
187193
tzinfo (2.0.4)
188194
concurrent-ruby (~> 1.0)
195+
tzinfo-data (1.2021.1)
196+
tzinfo (>= 1.0.0)
189197
web-console (4.1.0)
190198
actionview (>= 6.0.0)
191199
activemodel (>= 6.0.0)
@@ -209,6 +217,7 @@ GEM
209217

210218
PLATFORMS
211219
ruby
220+
x64-mingw32
212221

213222
DEPENDENCIES
214223
bootsnap (>= 1.4.4)
@@ -233,7 +242,7 @@ DEPENDENCIES
233242
webpacker (~> 5.0)
234243

235244
RUBY VERSION
236-
ruby 2.6.6p146
245+
ruby 2.7.2p146
237246

238247
BUNDLED WITH
239248
2.1.4

0 commit comments

Comments
 (0)