Skip to content

Commit 28bbf1d

Browse files
committed
Update rails-perftest to current Git revision.
Reason: rails/rails-perftest#33
1 parent 8017344 commit 28bbf1d

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ gem "codeclimate-test-reporter", group: :test, require: nil
4646
#
4747
group :development do
4848
gem 'faker'
49-
gem 'rails-perftest'
49+
gem 'rails-perftest', :github => 'rails/rails-perftest'
5050
gem 'ruby-prof'
5151
end
5252

Gemfile.lock

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ GIT
1919
formtastic-bootstrap (2.1.3)
2020
formtastic (~> 2.2)
2121

22+
GIT
23+
remote: git://github.com/rails/rails-perftest.git
24+
revision: fc772f40224064cf7ca5256a04607372429021ba
25+
specs:
26+
rails-perftest (0.0.6)
27+
2228
GIT
2329
remote: git://github.com/thomas-mcdonald/bootstrap-sass.git
2430
revision: 5d6b2ebba0c2a5885ce2f0e01e9218db3d3b5e47
@@ -168,7 +174,6 @@ GEM
168174
nokogiri (~> 1.6.0)
169175
rails-html-sanitizer (1.0.3)
170176
loofah (~> 2.0)
171-
rails-perftest (0.0.6)
172177
railties (5.0.0.1)
173178
actionpack (= 5.0.0.1)
174179
activesupport (= 5.0.0.1)
@@ -242,7 +247,7 @@ DEPENDENCIES
242247
paperclip
243248
rails (~> 5)
244249
rails-controller-testing
245-
rails-perftest
250+
rails-perftest!
246251
ruby-prof
247252
sass-rails
248253
sentry-raven

0 commit comments

Comments
 (0)