Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ group :development, :test do
gem "rspec-rails", "~> 3.8"
gem "rspec_junit_formatter"
gem "rubocop"
gem "shoulda-matchers", "~> 4.1"
gem "shoulda-matchers", "~> 4.5"
gem "simplecov", require: false
gem "timecop"
gem "webmock"
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ GEM
rack-test (>= 0.6.3)
regexp_parser (~> 1.5)
xpath (~> 3.2)
concurrent-ruby (1.1.5)
concurrent-ruby (1.1.8)
crack (0.4.3)
safe_yaml (~> 1.0.0)
crass (1.0.4)
Expand All @@ -84,7 +84,7 @@ GEM
globalid (0.4.2)
activesupport (>= 4.2.0)
hashdiff (0.4.0)
i18n (1.6.0)
i18n (1.8.7)
concurrent-ruby (~> 1.0)
jaro_winkler (1.5.2)
jbuilder (2.9.1)
Expand All @@ -106,7 +106,7 @@ GEM
mini_magick (4.9.3)
mini_mime (1.0.1)
mini_portile2 (2.4.0)
minitest (5.11.3)
minitest (5.14.3)
msgpack (1.2.10)
multipart-post (2.1.0)
nio4r (2.3.1)
Expand Down Expand Up @@ -182,7 +182,7 @@ GEM
ruby-progressbar (1.10.1)
ruby_dep (1.5.0)
safe_yaml (1.0.5)
shoulda-matchers (4.1.0)
shoulda-matchers (4.5.1)
activesupport (>= 4.2.0)
simplecov (0.16.1)
docile (~> 1.1)
Expand All @@ -204,7 +204,7 @@ GEM
thor (0.20.3)
thread_safe (0.3.6)
timecop (0.9.1)
tzinfo (1.2.5)
tzinfo (1.2.9)
thread_safe (~> 0.1)
unicode-display_width (1.6.0)
web-console (3.7.0)
Expand Down Expand Up @@ -251,7 +251,7 @@ DEPENDENCIES
rspec-rails (~> 3.8)
rspec_junit_formatter
rubocop
shoulda-matchers (~> 4.1)
shoulda-matchers (~> 4.5)
simplecov
spring
spring-watcher-listen (~> 2.0.0)
Expand Down