File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 11source 'https://rubygems.org'
22git_source ( :github ) { |repo | "https://github.com/#{ repo } .git" }
33
4- ruby '2.6.6 '
4+ ruby '2.7.2 '
55
66gem 'slim'
77# This is for generating random stuff
Original file line number Diff line number Diff line change 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 )
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 )
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 )
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 )
209217
210218PLATFORMS
211219 ruby
220+ x64-mingw32
212221
213222DEPENDENCIES
214223 bootsnap (>= 1.4.4 )
@@ -233,7 +242,7 @@ DEPENDENCIES
233242 webpacker (~> 5.0 )
234243
235244RUBY VERSION
236- ruby 2.6.6p146
245+ ruby 2.7.2p146
237246
238247BUNDLED WITH
239248 2.1.4
You can’t perform that action at this time.
0 commit comments