bumped deps

This commit is contained in:
Dan Elbert 2019-09-10 17:04:33 -05:00
parent b79134ef9a
commit ad9850a8e2
9 changed files with 408 additions and 6598 deletions

View File

@ -1 +1 @@
2.6.2
2.6.3

View File

@ -1,4 +1,4 @@
FROM phusion/passenger-ruby26:1.0.5
FROM phusion/passenger-ruby26:1.0.6
# Use baseimage-docker's init process.
CMD ["/sbin/my_init"]

View File

@ -8,7 +8,7 @@ gem 'bootsnap', '>= 1.1.0', require: false
gem 'jbuilder', '~> 2.9'
gem 'oj', '~> 3.8.1'
gem 'oj', '~> 3.9.1'
gem 'kaminari', '~> 1.1.1'
gem 'unitwise', '~> 2.2.0'
@ -17,18 +17,18 @@ gem 'redcarpet', '~> 3.5.0'
gem 'dalli', '~> 2.7.10'
# Use ActiveModel has_secure_password
gem 'bcrypt', '~> 3.1.12'
gem 'bcrypt', '~> 3.1.13'
gem 'tzinfo-data'
group :development, :test do
gem 'puma', '~> 4.0.1'
gem 'puma', '~> 4.1.1'
gem 'sqlite3', '~> 1.4.1'
gem 'guard', '~> 2.15.0'
gem 'guard-rspec', require: false
gem 'rspec-rails', '~> 3.8.0'
gem 'rspec-rails', '~> 3.8.2'
gem 'rails-controller-testing'
gem 'factory_bot_rails', '~> 5.0.2'
gem 'database_cleaner', '~> 1.7.0'

View File

@ -44,7 +44,7 @@ GEM
tzinfo (~> 1.1)
arel (9.0.0)
bcrypt (3.1.13)
bootsnap (1.4.4)
bootsnap (1.4.5)
msgpack (~> 1.0)
builder (3.2.3)
coderay (1.1.2)
@ -63,7 +63,7 @@ GEM
formatador (0.2.5)
globalid (0.4.2)
activesupport (>= 4.2.0)
guard (2.15.0)
guard (2.15.1)
formatador (>= 0.2.4)
listen (>= 2.7, < 4.0)
lumberjack (>= 1.0.12, < 2.0)
@ -115,19 +115,19 @@ GEM
minitest (5.11.3)
msgpack (1.3.1)
nenv (0.3.0)
nio4r (2.4.0)
nokogiri (1.10.3)
nio4r (2.5.1)
nokogiri (1.10.4)
mini_portile2 (~> 2.4.0)
notiffany (0.1.3)
nenv (~> 0.1)
shellany (~> 0.0)
oj (3.8.1)
oj (3.9.1)
parslet (1.8.2)
pg (1.1.4)
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
puma (4.0.1)
puma (4.1.1)
nio4r (~> 2.0)
rack (2.0.7)
rack-proxy (0.6.5)
@ -154,7 +154,7 @@ GEM
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.1.0)
rails-html-sanitizer (1.2.0)
loofah (~> 2.2, >= 2.2.2)
railties (5.2.3)
actionpack (= 5.2.3)
@ -222,7 +222,7 @@ PLATFORMS
ruby
DEPENDENCIES
bcrypt (~> 3.1.12)
bcrypt (~> 3.1.13)
bootsnap (>= 1.1.0)
dalli (~> 2.7.10)
database_cleaner (~> 1.7.0)
@ -231,17 +231,17 @@ DEPENDENCIES
guard-rspec
jbuilder (~> 2.9)
kaminari (~> 1.1.1)
oj (~> 3.8.1)
oj (~> 3.9.1)
pg (~> 1.1.4)
puma (~> 4.0.1)
puma (~> 4.1.1)
rails (= 5.2.3)
rails-controller-testing
redcarpet (~> 3.5.0)
rspec-rails (~> 3.8.0)
rspec-rails (~> 3.8.2)
sqlite3 (~> 1.4.1)
tzinfo-data
unitwise (~> 2.2.0)
webpacker (= 4.0.7)
BUNDLED WITH
2.0.1
2.0.2

View File

@ -10,6 +10,7 @@
@import "~bulma/sass/components/pagination";
@import "~bulma/sass/components/panel";
@import "~bulma/sass/elements/_all";
@import "~bulma/sass/form/_all";
@import "~bulma/sass/grid/columns";
@import "~bulma/sass/layout/section";
@ -51,4 +52,4 @@ body {
.is-strikethrough {
text-decoration: line-through;
}
}

View File

@ -17,7 +17,7 @@
<link rel="icon" href="/logo_228.png" sizes="228x228">
<!-- Android -->
<link rel="shortcut icon" sizes="196x196" href=/logo_196.png">
<link rel="shortcut icon" sizes="196x196" href="/logo_196.png">
<!-- iOS -->
<link rel="apple-touch-icon" href="/logo_120.png" sizes="120x120">

View File

@ -1,26 +1,26 @@
{
"dependencies": {
"@rails/webpacker": "4.0.7",
"@tweenjs/tween.js": "^17.2.0",
"autosize": "^4.0.1",
"bulma": "^0.7.2",
"cheerio": "^1.0.0-rc.2",
"@tweenjs/tween.js": "^18.3.1",
"autosize": "^4.0.2",
"bulma": "^0.7.5",
"cheerio": "^1.0.0-rc.3",
"css-loader": "^2.1.0",
"lodash": "^4.17.5",
"lodash": "^4.17.15",
"svg-loader": "^0.0.2",
"url-loader": "1.0.1",
"vue": "^2.5.21",
"vue-loader": "^15.4.2",
"vue-progressbar": "^0.7.4",
"vue-resize": "^0.4.4",
"vue-router": "^3.0.2",
"vue-template-compiler": "^2.5.21",
"vuex": "^3.1.0",
"url-loader": "2.1.0",
"vue": "^2.6.10",
"vue-loader": "^15.7.1",
"vue-progressbar": "^0.7.5",
"vue-resize": "^0.4.5",
"vue-router": "^3.1.3",
"vue-template-compiler": "^2.6.10",
"vuex": "^3.1.1",
"vuex-router-sync": "^5.0.0",
"webpack": "^4.28.1"
"webpack": "^4.39.3"
},
"devDependencies": {
"webpack-cli": "^3.3.6",
"webpack-dev-server": "^3.1.14"
"webpack-cli": "^3.3.8",
"webpack-dev-server": "^3.8.0"
}
}

File diff suppressed because it is too large Load Diff

710
yarn.lock

File diff suppressed because it is too large Load Diff