Dep updates

image_updates
Rick Carlino 2020-04-12 10:33:49 -05:00
parent 726cd6d4e7
commit dd6a43d901
2 changed files with 19 additions and 19 deletions

View File

@ -35,7 +35,7 @@ group :development, :test do
gem "hashdiff" gem "hashdiff"
gem "pry-rails" gem "pry-rails"
gem "pry" gem "pry"
gem "rspec-rails", "4.0.0.beta3" gem "rspec-rails"
gem "rspec" gem "rspec"
gem 'rspec_junit_formatter' gem 'rspec_junit_formatter'
gem "simplecov" gem "simplecov"

View File

@ -69,11 +69,11 @@ GEM
zeitwerk (~> 2.2) zeitwerk (~> 2.2)
addressable (2.7.0) addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0) public_suffix (>= 2.0.2, < 5.0)
amq-protocol (2.3.0) amq-protocol (2.3.1)
bcrypt (3.1.13) bcrypt (3.1.13)
builder (3.2.4) builder (3.2.4)
bunny (2.14.4) bunny (2.15.0)
amq-protocol (~> 2.3, >= 2.3.0) amq-protocol (~> 2.3, >= 2.3.1)
case_transform (0.2) case_transform (0.2)
activesupport activesupport
climate_control (0.2.0) climate_control (0.2.0)
@ -104,12 +104,12 @@ GEM
activerecord (>= 4.2, < 7) activerecord (>= 4.2, < 7)
docile (1.3.2) docile (1.3.2)
erubi (1.9.0) erubi (1.9.0)
factory_bot (5.1.1) factory_bot (5.1.2)
activesupport (>= 4.2.0) activesupport (>= 4.2.0)
factory_bot_rails (5.1.1) factory_bot_rails (5.1.1)
factory_bot (~> 5.1.0) factory_bot (~> 5.1.0)
railties (>= 4.2.0) railties (>= 4.2.0)
faker (2.10.2) faker (2.11.0)
i18n (>= 1.6, < 2) i18n (>= 1.6, < 2)
faraday (0.17.3) faraday (0.17.3)
multipart-post (>= 1.2, < 3) multipart-post (>= 1.2, < 3)
@ -167,7 +167,7 @@ GEM
activerecord activerecord
kaminari-core (= 1.2.0) kaminari-core (= 1.2.0)
kaminari-core (1.2.0) kaminari-core (1.2.0)
loofah (2.4.0) loofah (2.5.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)
@ -175,14 +175,14 @@ GEM
marcel (0.3.3) marcel (0.3.3)
mimemagic (~> 0.3.2) mimemagic (~> 0.3.2)
memoist (0.16.2) memoist (0.16.2)
method_source (0.9.2) method_source (1.0.0)
mimemagic (0.3.4) mimemagic (0.3.4)
mini_mime (1.0.2) mini_mime (1.0.2)
mini_portile2 (2.4.0) mini_portile2 (2.4.0)
minitest (5.14.0) minitest (5.14.0)
multi_json (1.13.1) multi_json (1.13.1)
multipart-post (2.1.1) multipart-post (2.1.1)
mutations (0.9.0) mutations (0.9.1)
activesupport activesupport
nio4r (2.5.2) nio4r (2.5.2)
nokogiri (1.10.9) nokogiri (1.10.9)
@ -193,9 +193,9 @@ GEM
rack rack
rake (>= 0.8.1) rake (>= 0.8.1)
pg (1.2.3) pg (1.2.3)
pry (0.12.2) pry (0.13.1)
coderay (~> 1.1.0) coderay (~> 1.1)
method_source (~> 0.9.0) method_source (~> 1.0)
pry-rails (0.3.9) pry-rails (0.3.9)
pry (>= 0.10.4) pry (>= 0.10.4)
public_suffix (4.0.3) public_suffix (4.0.3)
@ -267,14 +267,14 @@ GEM
rspec-mocks (3.9.1) rspec-mocks (3.9.1)
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0) rspec-support (~> 3.9.0)
rspec-rails (4.0.0.beta3) rspec-rails (4.0.0)
actionpack (>= 4.2) actionpack (>= 4.2)
activesupport (>= 4.2) activesupport (>= 4.2)
railties (>= 4.2) railties (>= 4.2)
rspec-core (~> 3.8) rspec-core (~> 3.9)
rspec-expectations (~> 3.8) rspec-expectations (~> 3.9)
rspec-mocks (~> 3.8) rspec-mocks (~> 3.9)
rspec-support (~> 3.8) rspec-support (~> 3.9)
rspec-support (3.9.2) rspec-support (3.9.2)
rspec_junit_formatter (0.4.1) rspec_junit_formatter (0.4.1)
rspec-core (>= 2, < 4, != 2.12.0) rspec-core (>= 2, < 4, != 2.12.0)
@ -300,7 +300,7 @@ GEM
sprockets (>= 3.0.0) sprockets (>= 3.0.0)
thor (1.0.1) thor (1.0.1)
thread_safe (0.3.6) thread_safe (0.3.6)
tzinfo (1.2.6) tzinfo (1.2.7)
thread_safe (~> 0.1) thread_safe (~> 0.1)
uber (0.1.0) uber (0.1.0)
url (0.3.2) url (0.3.2)
@ -348,7 +348,7 @@ DEPENDENCIES
request_store request_store
rollbar rollbar
rspec rspec
rspec-rails (= 4.0.0.beta3) rspec-rails
rspec_junit_formatter rspec_junit_formatter
scenic scenic
secure_headers secure_headers