Skip to content

Commit

Permalink
Merge pull request #270 from cre-ne-jp/library-verUP-202105
Browse files Browse the repository at this point in the history
ライブラリの更新 (202105)
  • Loading branch information
ochaochaocha3 authored May 2, 2021
2 parents 0fad2e0 + 83397f5 commit e383224
Show file tree
Hide file tree
Showing 2 changed files with 315 additions and 320 deletions.
36 changes: 20 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ GEM
execjs
bcrypt (3.1.16)
bindex (0.8.1)
bootsnap (1.7.3)
bootsnap (1.7.4)
msgpack (~> 1.0)
bootstrap-sass (3.4.1)
autoprefixer-rails (>= 5.2.1)
Expand All @@ -96,7 +96,7 @@ GEM
childprocess (3.0.0)
coderay (1.1.3)
concurrent-ruby (1.1.8)
connection_pool (2.2.3)
connection_pool (2.2.5)
crass (1.0.6)
docile (1.3.5)
erubi (1.10.0)
Expand All @@ -106,11 +106,15 @@ GEM
factory_bot_rails (6.1.0)
factory_bot (~> 6.1.0)
railties (>= 5.0.0)
faraday (1.3.0)
faraday (1.4.1)
faraday-excon (~> 1.1)
faraday-net_http (~> 1.0)
faraday-net_http_persistent (~> 1.1)
multipart-post (>= 1.2, < 3)
ruby2_keywords
ruby2_keywords (>= 0.0.4)
faraday-excon (1.1.0)
faraday-net_http (1.0.1)
faraday-net_http_persistent (1.1.0)
ffi (1.15.0)
formatador (0.2.5)
friendly_id (5.4.2)
Expand Down Expand Up @@ -143,7 +147,7 @@ GEM
jquery-ui-rails (6.0.1)
railties (>= 3.2.16)
json (2.5.1)
jwt (2.2.2)
jwt (2.2.3)
kaminari (1.2.1)
activesupport (>= 4.1.0)
kaminari-actionview (= 1.2.1)
Expand All @@ -159,7 +163,7 @@ GEM
listen (3.5.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.9.0)
loofah (2.9.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
lumberjack (1.2.8)
Expand All @@ -184,7 +188,7 @@ GEM
mysql2 (0.5.3)
nenv (0.3.0)
nio4r (2.5.7)
nokogiri (1.11.2-x86_64-linux)
nokogiri (1.11.3-x86_64-linux)
racc (~> 1.4)
notiffany (0.1.3)
nenv (~> 0.1)
Expand All @@ -197,10 +201,10 @@ GEM
multi_xml (~> 0.5)
rack (>= 1.2, < 3)
parallel (1.20.1)
parser (3.0.0.0)
parser (3.0.1.0)
ast (~> 2.4.1)
power_assert (2.0.0)
pry (0.14.0)
pry (0.14.1)
coderay (~> 1.1)
method_source (~> 1.0)
pry-rails (0.3.9)
Expand Down Expand Up @@ -260,7 +264,7 @@ GEM
regexp_parser (2.1.1)
rexml (3.2.5)
rr (3.0.0)
rubocop (1.12.1)
rubocop (1.13.0)
parallel (~> 1.10)
parser (>= 3.0.0.0)
rainbow (>= 2.2.2, < 4.0)
Expand Down Expand Up @@ -293,7 +297,7 @@ GEM
rubyzip (>= 1.2.2)
semantic_range (3.0.0)
shellany (0.0.1)
sidekiq (6.2.0)
sidekiq (6.2.1)
connection_pool (>= 2.2.2)
rack (~> 2.0)
redis (>= 4.2.0)
Expand All @@ -308,9 +312,9 @@ GEM
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
sorcery (0.16.0)
sorcery (0.16.1)
bcrypt (~> 3.1)
oauth (~> 0.4, >= 0.4.4)
oauth (~> 0.5, >= 0.5.5)
oauth2 (~> 1.0, >= 0.8.0)
spring (2.1.1)
sprockets (4.0.2)
Expand All @@ -321,7 +325,7 @@ GEM
activesupport (>= 4.0)
sprockets (>= 3.0.0)
sysexits (1.2.0)
test-unit (3.4.0)
test-unit (3.4.1)
power_assert
test-unit-activesupport (1.0.9)
activesupport
Expand Down Expand Up @@ -355,7 +359,7 @@ GEM
nokogiri (~> 1.6)
rubyzip (>= 1.3.0)
selenium-webdriver (>= 3.0, < 4.0)
webpacker (5.2.1)
webpacker (5.3.0)
activesupport (>= 5.2)
rack-proxy (>= 0.6.1)
railties (>= 5.2)
Expand Down Expand Up @@ -423,4 +427,4 @@ DEPENDENCIES
xmlrpc

BUNDLED WITH
2.2.15
2.2.16
Loading

0 comments on commit e383224

Please sign in to comment.