Skip to content

Commit 03c3b79

Browse files
committed
update rspec-rails
1 parent 60dc5e0 commit 03c3b79

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ group :test do
181181
gem 'selenium-webdriver' # headfull js driver for Capybara
182182
gem 'codeclimate-test-reporter', require: false
183183
gem 'database_cleaner'
184-
gem 'fuubar', '2.0.0.rc1'
184+
gem 'fuubar'
185185
gem 'shoulda-matchers'
186186
gem 'simplecov'
187187
gem 'timecop'

Gemfile.lock

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,8 @@ GEM
295295
parser
296296
poro_plus
297297
thor
298-
fuubar (2.0.0.rc1)
299-
rspec (~> 3.0.rc1)
298+
fuubar (2.0.0)
299+
rspec (~> 3.0)
300300
ruby-progressbar (~> 1.4)
301301
geocoder (1.2.4)
302302
gh (0.13.2)
@@ -596,34 +596,34 @@ GEM
596596
rocket_tag (0.5.6)
597597
activerecord (>= 3.2.0)
598598
squeel (~> 1.0.0)
599-
rspec (3.0.0)
600-
rspec-core (~> 3.0.0)
601-
rspec-expectations (~> 3.0.0)
602-
rspec-mocks (~> 3.0.0)
603-
rspec-core (3.0.4)
604-
rspec-support (~> 3.0.0)
605-
rspec-expectations (3.0.4)
599+
rspec (3.1.0)
600+
rspec-core (~> 3.1.0)
601+
rspec-expectations (~> 3.1.0)
602+
rspec-mocks (~> 3.1.0)
603+
rspec-core (3.1.7)
604+
rspec-support (~> 3.1.0)
605+
rspec-expectations (3.1.2)
606606
diff-lcs (>= 1.2.0, < 2.0)
607-
rspec-support (~> 3.0.0)
608-
rspec-mocks (3.0.4)
609-
rspec-support (~> 3.0.0)
610-
rspec-rails (3.0.2)
607+
rspec-support (~> 3.1.0)
608+
rspec-mocks (3.1.3)
609+
rspec-support (~> 3.1.0)
610+
rspec-rails (3.1.0)
611611
actionpack (>= 3.0)
612612
activesupport (>= 3.0)
613613
railties (>= 3.0)
614-
rspec-core (~> 3.0.0)
615-
rspec-expectations (~> 3.0.0)
616-
rspec-mocks (~> 3.0.0)
617-
rspec-support (~> 3.0.0)
618-
rspec-support (3.0.4)
614+
rspec-core (~> 3.1.0)
615+
rspec-expectations (~> 3.1.0)
616+
rspec-mocks (~> 3.1.0)
617+
rspec-support (~> 3.1.0)
618+
rspec-support (3.1.2)
619619
rubocop (0.23.0)
620620
json (>= 1.7.7, < 2)
621621
parser (~> 2.1.9)
622622
powerpack (~> 0.0.6)
623623
rainbow (>= 1.99.1, < 3.0)
624624
ruby-progressbar (~> 1.4)
625625
ruby-graphviz (1.0.9)
626-
ruby-progressbar (1.5.1)
626+
ruby-progressbar (1.7.1)
627627
ruby_parser (3.6.2)
628628
sexp_processor (~> 4.1)
629629
rubyzip (1.1.6)
@@ -799,7 +799,7 @@ DEPENDENCIES
799799
foreman
800800
friendly_id (= 4.0.10.1)
801801
fukuzatsu
802-
fuubar (= 2.0.0.rc1)
802+
fuubar
803803
geocoder
804804
github-markdown
805805
grackle
@@ -856,7 +856,7 @@ DEPENDENCIES
856856
redis-rails (~> 3.2)
857857
rest-client
858858
rocket_tag
859-
rspec-rails
859+
rspec-rails (~> 3.1)
860860
rubocop
861861
ruby-progressbar
862862
sanitize

0 commit comments

Comments
 (0)