This repository was archived by the owner on Feb 11, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 2.7.2
1+ 2.7.3
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.7.2 '
4+ ruby '2.7.3 '
55
66# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
77gem 'rails' , '~> 6.0.1'
Original file line number Diff line number Diff line change 143143 railties (>= 5.0.0 )
144144 faraday (1.0.1 )
145145 multipart-post (>= 1.2 , < 3 )
146- ffi (1.13.1 )
146+ ffi (1.15.0 )
147147 formatador (0.2.5 )
148148 globalid (0.4.2 )
149149 activesupport (>= 4.2.0 )
190190 marcel (0.3.3 )
191191 mimemagic (~> 0.3.2 )
192192 method_source (1.0.0 )
193- mimemagic (0.3.5 )
193+ mimemagic (0.3.10 )
194+ nokogiri (~> 1 )
195+ rake
194196 mini_magick (4.10.1 )
195197 mini_mime (1.0.2 )
196198 mini_portile2 (2.5.0 )
@@ -404,7 +406,7 @@ DEPENDENCIES
404406 webpacker (~> 4.0 )
405407
406408RUBY VERSION
407- ruby 2.7.2p137
409+ ruby 2.7.3p183
408410
409411BUNDLED WITH
410412 2.1.4
Original file line number Diff line number Diff line change 3838# Uncomment the following to require manually verifying the host key before first deploy.
3939# set :ssh_options, verify_host_key: :secure
4040
41- set :rvm_ruby_version , '2.7.2 '
41+ set :rvm_ruby_version , '2.7.3 '
4242set :nvm_type , :user
4343set :nvm_node , 'v10.16.3'
4444set :nvm_map_bins , %w{ node npm yarn rake }
You can’t perform that action at this time.
0 commit comments