1 Commits

Author SHA1 Message Date
6f0957fe2a Bump tzinfo from 1.2.9 to 1.2.10
Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.9 to 1.2.10.
- [Release notes](https://github.com/tzinfo/tzinfo/releases)
- [Changelog](https://github.com/tzinfo/tzinfo/blob/master/CHANGES.md)
- [Commits](https://github.com/tzinfo/tzinfo/compare/v1.2.9...v1.2.10)

---
updated-dependencies:
- dependency-name: tzinfo
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-21 23:33:32 +00:00
6 changed files with 38 additions and 30 deletions

View File

@ -1 +1 @@
2.7.6 2.7.5

22
Capfile Normal file
View File

@ -0,0 +1,22 @@
# Load DSL and set up stages
require "capistrano/setup"
# Include default deployment tasks
require "capistrano/deploy"
require "capistrano/scm/git"
install_plugin Capistrano::SCM::Git
# Load custom tasks from `lib/capistrano/tasks` if you have any defined
Dir.glob("lib/capistrano/tasks/*.rake").each { |r| import r }
require 'capistrano/rails'
require 'capistrano/passenger'
Rake::Task["deploy:migrate"].clear_actions
namespace :deploy do
desc "Override Capistrano's default behavior, do not migrate on deploy"
task :migrate do
puts 'No migrate'
end
end

13
Gemfile
View File

@ -1,8 +1,8 @@
source 'https://rubygems.org' source 'https://rubygems.org'
ruby '2.7.6' ruby '2.7.5'
gem 'rails' , "~> 5.2"
gem 'rails' , "> 5.2"
gem "passenger" , "6.0.13"
gem 'sass-rails' gem 'sass-rails'
gem 'uglifier' gem 'uglifier'
@ -15,7 +15,7 @@ gem 'opal', '~> 0.11.0'
gem 'opal-rails' gem 'opal-rails'
gem 'opal-jquery' gem 'opal-jquery'
gem 'opal-browser' , "0.2.0" gem 'opal-browser' , "0.2.0"
gem "skylight"
gem "rubyx" , "0.6" , git: "https://github.com/ruby-x/rubyx" , require: false gem "rubyx" , "0.6" , git: "https://github.com/ruby-x/rubyx" , require: false
gem "rubyx-debugger" , "0.3" , git: "https://github.com/ruby-x/rubyx-debugger" , require: false gem "rubyx-debugger" , "0.3" , git: "https://github.com/ruby-x/rubyx-debugger" , require: false
gem "rx-file" , git: "https://github.com/ruby-x/rx-file" gem "rx-file" , git: "https://github.com/ruby-x/rx-file"
@ -23,14 +23,9 @@ gem "rx-file" , git: "https://github.com/ruby-x/rx-file"
gem "haml-coderay" gem "haml-coderay"
gem 'mini_racer' gem 'mini_racer'
group :production do
gem "passenger" , "6.0.15"
end
group :development, :test do group :development, :test do
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw] gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
gem 'rspec-rails' gem 'rspec-rails'
gem "puma"
end end
group :test do group :test do

View File

@ -122,7 +122,7 @@ GEM
rb-fsevent (~> 0.9, >= 0.9.4) rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7) rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2) ruby_dep (~> 1.2)
loofah (2.19.1) loofah (2.16.0)
crass (~> 1.0.2) crass (~> 1.0.2)
nokogiri (>= 1.5.9) nokogiri (>= 1.5.9)
mail (2.7.1) mail (2.7.1)
@ -138,7 +138,7 @@ GEM
libv8 (>= 6.9.411) libv8 (>= 6.9.411)
minitest (5.15.0) minitest (5.15.0)
nio4r (2.5.8) nio4r (2.5.8)
nokogiri (1.13.10) nokogiri (1.13.3)
mini_portile2 (~> 2.8.0) mini_portile2 (~> 2.8.0)
racc (~> 1.4) racc (~> 1.4)
opal (0.11.4) opal (0.11.4)
@ -169,13 +169,11 @@ GEM
paggio (0.2.6) paggio (0.2.6)
parser (2.3.3.1) parser (2.3.3.1)
ast (~> 2.2) ast (~> 2.2)
passenger (6.0.15) passenger (6.0.13)
rack rack
rake (>= 0.8.1) rake (>= 0.8.1)
public_suffix (4.0.6) public_suffix (4.0.6)
puma (6.0.0) racc (1.6.0)
nio4r (~> 2.0)
racc (1.6.1)
rack (2.2.3) rack (2.2.3)
rack-test (1.1.0) rack-test (1.1.0)
rack (>= 1.0, < 3) rack (>= 1.0, < 3)
@ -195,7 +193,7 @@ GEM
rails-dom-testing (2.0.3) rails-dom-testing (2.0.3)
activesupport (>= 4.2.0) activesupport (>= 4.2.0)
nokogiri (>= 1.6) nokogiri (>= 1.6)
rails-html-sanitizer (1.4.3) rails-html-sanitizer (1.4.2)
loofah (~> 2.3) loofah (~> 2.3)
railties (5.2.7) railties (5.2.7)
actionpack (= 5.2.7) actionpack (= 5.2.7)
@ -236,8 +234,6 @@ GEM
sprockets-rails (>= 2.0, < 4.0) sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3) tilt (>= 1.1, < 3)
sexp_processor (4.11.0) sexp_processor (4.11.0)
skylight (5.3.4)
activesupport (>= 5.2.0)
sourcemap (0.1.1) sourcemap (0.1.1)
spring (2.0.2) spring (2.0.2)
activesupport (>= 4.2) activesupport (>= 4.2)
@ -257,7 +253,7 @@ GEM
thor (1.2.1) thor (1.2.1)
thread_safe (0.3.6) thread_safe (0.3.6)
tilt (2.0.9) tilt (2.0.9)
tzinfo (1.2.9) tzinfo (1.2.10)
thread_safe (~> 0.1) thread_safe (~> 0.1)
uglifier (4.1.20) uglifier (4.1.20)
execjs (>= 0.3.0, < 3) execjs (>= 0.3.0, < 3)
@ -289,15 +285,13 @@ DEPENDENCIES
opal-browser (= 0.2.0) opal-browser (= 0.2.0)
opal-jquery opal-jquery
opal-rails opal-rails
passenger (= 6.0.15) passenger (= 6.0.13)
puma rails (> 5.2)
rails (~> 5.2)
rspec-rails rspec-rails
rubyx (= 0.6)! rubyx (= 0.6)!
rubyx-debugger (= 0.3)! rubyx-debugger (= 0.3)!
rx-file! rx-file!
sass-rails sass-rails
skylight
spring spring
spring-watcher-listen (~> 2.0.0) spring-watcher-listen (~> 2.0.0)
susy (= 2.2.12) susy (= 2.2.12)
@ -305,7 +299,7 @@ DEPENDENCIES
web-console (>= 3.3.0) web-console (>= 3.3.0)
RUBY VERSION RUBY VERSION
ruby 2.7.6p219 ruby 2.7.5p203
BUNDLED WITH BUNDLED WITH
2.3.25 2.2.23

View File

@ -9,7 +9,7 @@ require 'mina/rbenv' # for rbenv support. (https://rbenv.org)
# branch - Branch name to deploy. (needed by mina/git) # branch - Branch name to deploy. (needed by mina/git)
set :application_name, 'ruby-x' set :application_name, 'ruby-x'
set :domain, '192.168.129.10' set :domain, '192.168.128.100'
set :deploy_to, '/home/feenix/ruby-x' set :deploy_to, '/home/feenix/ruby-x'
set :repository, "https://github.com/ruby-x/ruby-x.github.io.git" set :repository, "https://github.com/ruby-x/ruby-x.github.io.git"
set :branch, 'master' set :branch, 'master'

View File

@ -1,3 +0,0 @@
---
# The authentication token for the application.
authentication: iBGuWCzXDzUt--hY4yajFOPesFETdCZwhx0P0dwDFlU