Permalink
Browse files
Update more dependencies.
- Update pg to version 1.1.4
- Update rubocop to 0.66.0
- Update rubocop-spec to 1.32.0
- Loading branch information...
Showing
with
15 additions
and
15 deletions.
-
+3
−3
Gemfile
-
+12
−12
Gemfile.lock
|
@@ -49,7 +49,7 @@ group :development do |
|
|
|
end |
|
|
|
|
|
|
|
group :production do |
|
|
|
gem 'pg', '1.1.3' |
|
|
|
gem 'pg', '1.1.4' |
|
|
|
end |
|
|
|
|
|
|
|
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem |
|
@@ -80,8 +80,8 @@ gem 'os' |
|
|
|
gem 'parallel' |
|
|
|
gem 'rack', '>= 2.0.6' # https://nvd.nist.gov/vuln/detail/CVE-2018-16471 https://nvd.nist.gov/vuln/detail/CVE-2018-16470 |
|
|
|
gem 'rails-html-sanitizer', '~> 1.0.4' # https://nvd.nist.gov/vuln/detail/CVE-2018-3741 |
|
|
|
gem 'rubocop', '~> 0.61.1' |
|
|
|
gem 'rubocop-rspec', '~> 1.30.1' |
|
|
|
gem 'rubocop', '~> 0.66.0' |
|
|
|
gem 'rubocop-rspec', '~> 1.32.0' |
|
|
|
gem 'rubyzip', '>= 1.2.2' # https://nvd.nist.gov/vuln/detail/CVE-2018-1000544 |
|
|
|
gem 'sitemap_generator' |
|
|
|
gem 'slack-notifier' |
|
|
|
@@ -116,7 +116,7 @@ GEM |
|
|
|
i18n |
|
|
|
i18n (1.6.0) |
|
|
|
concurrent-ruby (~> 1.0) |
|
|
|
jaro_winkler (1.5.1) |
|
|
|
jaro_winkler (1.5.2) |
|
|
|
jbuilder (2.8.0) |
|
|
|
activesupport (>= 4.2.0) |
|
|
|
multi_json (>= 1.2) |
|
@@ -187,11 +187,11 @@ GEM |
|
|
|
rack |
|
|
|
os (1.0.0) |
|
|
|
parallel (1.16.0) |
|
|
|
parser (2.5.3.0) |
|
|
|
parser (2.6.2.0) |
|
|
|
ast (~> 2.4.0) |
|
|
|
pg (1.1.3) |
|
|
|
pg (1.1.4) |
|
|
|
popper_js (1.14.5) |
|
|
|
powerpack (0.1.2) |
|
|
|
psych (3.1.0) |
|
|
|
public_suffix (3.0.3) |
|
|
|
puma (3.12.1) |
|
|
|
rack (2.0.6) |
|
@@ -226,15 +226,15 @@ GEM |
|
|
|
rb-fsevent (0.10.3) |
|
|
|
rb-inotify (0.10.0) |
|
|
|
ffi (~> 1.0) |
|
|
|
rubocop (0.61.1) |
|
|
|
rubocop (0.66.0) |
|
|
|
jaro_winkler (~> 1.5.1) |
|
|
|
parallel (~> 1.10) |
|
|
|
parser (>= 2.5, != 2.5.1.1) |
|
|
|
powerpack (~> 0.1) |
|
|
|
psych (>= 3.1.0) |
|
|
|
rainbow (>= 2.2.2, < 4.0) |
|
|
|
ruby-progressbar (~> 1.7) |
|
|
|
unicode-display_width (~> 1.4.0) |
|
|
|
rubocop-rspec (1.30.1) |
|
|
|
unicode-display_width (>= 1.4.0, < 1.6) |
|
|
|
rubocop-rspec (1.32.0) |
|
|
|
rubocop (>= 0.60.0) |
|
|
|
ruby-progressbar (1.10.0) |
|
|
|
ruby_dep (1.5.0) |
|
@@ -297,7 +297,7 @@ GEM |
|
|
|
unf (0.1.4) |
|
|
|
unf_ext |
|
|
|
unf_ext (0.0.7.5) |
|
|
|
unicode-display_width (1.4.0) |
|
|
|
unicode-display_width (1.5.0) |
|
|
|
url (0.3.2) |
|
|
|
web-console (3.7.0) |
|
|
|
actionview (>= 5.0) |
|
@@ -337,13 +337,13 @@ DEPENDENCIES |
|
|
|
omniauth-twitter |
|
|
|
os |
|
|
|
parallel |
|
|
|
pg (= 1.1.3) |
|
|
|
pg (= 1.1.4) |
|
|
|
puma (~> 3.7) |
|
|
|
rack (>= 2.0.6) |
|
|
|
rails (~> 5.2.3) |
|
|
|
rails-html-sanitizer (~> 1.0.4) |
|
|
|
rubocop (~> 0.61.1) |
|
|
|
rubocop-rspec (~> 1.30.1) |
|
|
|
rubocop (~> 0.66.0) |
|
|
|
rubocop-rspec (~> 1.32.0) |
|
|
|
rubyzip (>= 1.2.2) |
|
|
|
sass-rails (~> 5.0) |
|
|
|
simplecov |
|
|
0 comments on commit
4269538