Skip to content

Commit

Permalink
Use a released version of shoulda-matchers
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Nov 30, 2018
1 parent 95772be commit a5c2180
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ group :test do
gem 'coveralls', require: false
gem 'equivalent-xml'
gem 'factory_bot_rails'
gem 'shoulda-matchers', git: 'https://github.com/thoughtbot/shoulda-matchers.git', branch: 'rails-5'
gem 'shoulda-matchers', '~> 4.0.0.rc1'
end

group :deployment do
Expand Down
12 changes: 3 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
GIT
remote: https://github.com/thoughtbot/shoulda-matchers.git
revision: 4b160bd19ecca7f97d7ac22dccd5fde9b0da5a9f
branch: rails-5
specs:
shoulda-matchers (3.1.2)
activesupport (>= 4.2.0)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -460,6 +452,8 @@ GEM
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
shoulda-matchers (4.0.0.rc1)
activesupport (>= 4.2.0)
simple_form (4.1.0)
actionpack (>= 5.0)
activemodel (>= 5.0)
Expand Down Expand Up @@ -566,7 +560,7 @@ DEPENDENCIES
rubocop (~> 0.60.0)
rubocop-rspec
ruby-prof
shoulda-matchers!
shoulda-matchers (~> 4.0.0.rc1)
simple_form
sqlite3
turbolinks
Expand Down

0 comments on commit a5c2180

Please sign in to comment.