version bump

This commit is contained in:
Dan Elbert 2018-06-09 13:05:50 -05:00
parent 46e8c9376f
commit 71a2ee4673
5 changed files with 437 additions and 488 deletions

View File

@ -1 +1 @@
2.4.3
2.4.4

10
Gemfile
View File

@ -1,15 +1,15 @@
source 'https://rubygems.org'
gem 'rails', '5.2.0'
gem 'pg', '~> 0.21.0'
gem 'pg', '~> 1.0.0'
gem 'webpacker', '3.4.1'
gem 'webpacker', '3.5.3'
gem 'bootsnap', '>= 1.1.0', require: false
#gem 'jbuilder', '~> 2.7'
gem 'jbuilder', git: 'https://github.com/rails/jbuilder', branch: 'master'
gem 'jbuilder', '~> 2.7'
#gem 'jbuilder', git: 'https://github.com/rails/jbuilder', branch: 'master'
gem 'oj', '~> 3.5.0'
gem 'oj', '~> 3.6.2'
gem 'kaminari', '~> 1.1.1'
gem 'unitwise', '~> 2.2.0'

View File

@ -1,12 +1,3 @@
GIT
remote: https://github.com/rails/jbuilder
revision: a0dc0bd42737aaef3dd622d8338a816aed03c8ff
branch: master
specs:
jbuilder (2.7.0)
activesupport (>= 4.2.0)
multi_json (>= 1.2)
GEM
remote: https://rubygems.org/
specs:
@ -52,7 +43,7 @@ GEM
minitest (~> 5.1)
tzinfo (~> 1.1)
arel (9.0.0)
bcrypt (3.1.11)
bcrypt (3.1.12)
bootsnap (1.3.0)
msgpack (~> 1.0)
builder (3.2.3)
@ -68,7 +59,7 @@ GEM
factory_bot_rails (4.8.2)
factory_bot (~> 4.8.2)
railties (>= 3.0.0)
ffi (1.9.23)
ffi (1.9.25)
formatador (0.2.5)
globalid (0.4.1)
activesupport (>= 4.2.0)
@ -86,8 +77,11 @@ GEM
guard (~> 2.1)
guard-compat (~> 1.1)
rspec (>= 2.99.0, < 4.0)
i18n (1.0.0)
i18n (1.0.1)
concurrent-ruby (~> 1.0)
jbuilder (2.7.0)
activesupport (>= 4.2.0)
multi_json (>= 1.2)
kaminari (1.1.1)
activesupport (>= 4.1.0)
kaminari-actionview (= 1.1.1)
@ -123,20 +117,20 @@ GEM
msgpack (1.2.4)
multi_json (1.13.1)
nenv (0.3.0)
nio4r (2.3.0)
nio4r (2.3.1)
nokogiri (1.8.2)
mini_portile2 (~> 2.3.0)
notiffany (0.1.1)
nenv (~> 0.1)
shellany (~> 0.0)
oj (3.5.1)
oj (3.6.2)
parslet (1.8.2)
pg (0.21.0)
pg (1.0.0)
pry (0.11.3)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
puma (3.11.4)
rack (2.0.4)
rack (2.0.5)
rack-proxy (0.6.4)
rack
rack-test (1.0.0)
@ -210,14 +204,14 @@ GEM
thread_safe (0.3.6)
tzinfo (1.2.5)
thread_safe (~> 0.1)
tzinfo-data (1.2018.4)
tzinfo-data (1.2018.5)
tzinfo (>= 1.0.0)
unitwise (2.2.0)
liner (~> 0.2)
memoizable (~> 0.4)
parslet (~> 1.5)
signed_multiset (~> 0.2)
webpacker (3.4.1)
webpacker (3.5.3)
activesupport (>= 4.2)
rack-proxy (>= 0.6.1)
railties (>= 4.2)
@ -236,10 +230,10 @@ DEPENDENCIES
factory_bot_rails (~> 4.8.2)
guard (~> 2.14.0)
guard-rspec
jbuilder!
jbuilder (~> 2.7)
kaminari (~> 1.1.1)
oj (~> 3.5.0)
pg (~> 0.21.0)
oj (~> 3.6.2)
pg (~> 1.0.0)
puma (~> 3.11)
rails (= 5.2.0)
rails-controller-testing
@ -248,7 +242,7 @@ DEPENDENCIES
sqlite3
tzinfo-data
unitwise (~> 2.2.0)
webpacker (= 3.4.1)
webpacker (= 3.5.3)
BUNDLED WITH
1.16.1

View File

@ -1,8 +1,8 @@
{
"dependencies": {
"@rails/webpacker": "^3.4.1",
"@rails/webpacker": "^3.5.3",
"autosize": "^4.0.1",
"bulma": "^0.6.2",
"bulma": "^0.7.1",
"caniuse-lite": "^1.0.30000815",
"css-loader": "^0.28.11",
"lodash": "^4.17.5",

871
yarn.lock

File diff suppressed because it is too large Load Diff