mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-01 10:30:15 +01:00
secure git in gemfile
This commit is contained in:
parent
0c443493df
commit
6b581a22e1
2 changed files with 18 additions and 21 deletions
2
Gemfile
2
Gemfile
|
|
@ -66,7 +66,7 @@ end
|
|||
group :test do
|
||||
# Pull in the fix for rails-dom-testing issue #42
|
||||
# TODO: Remove with Rails 5 and rails-dom-testing 2.x
|
||||
gem 'rails-dom-testing', github: 'rails/rails-dom-testing', ref: 'a64f30514ee65f172c43f42cfd4500b5e11a561a'
|
||||
gem 'rails-dom-testing', :git => 'https://github.com/rails/rails-dom-testing', :ref => 'a64f30514ee65f172c43f42cfd4500b5e11a561a'
|
||||
|
||||
gem "factory_girl_rails"
|
||||
gem "capybara"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue