Merge pull request #1234 from opf/fix/gemfile

Use https for rspec-example_disabler
pull/1236/head
Alex Coles 11 years ago
commit a334571647
  1. 2
      Gemfile
  2. 13
      Gemfile.lock

@ -149,7 +149,7 @@ group :test do
gem 'rspec', '~> 2.14'
# also add to development group, so "spec" rake task gets loaded
gem "rspec-rails", "~> 2.14", :group => :development
gem 'rspec-example_disabler', github: 'finnlabs/rspec-example_disabler', branch: 'master'
gem 'rspec-example_disabler', git: "https://github.com/finnlabs/rspec-example_disabler.git"
gem 'capybara'
gem 'capybara-screenshot'
gem 'selenium-webdriver'

@ -1,10 +1,3 @@
GIT
remote: git://github.com/finnlabs/rspec-example_disabler.git
revision: deb9c38e3f4e3688724583ac1ff58e1ae8aba409
branch: master
specs:
rspec-example_disabler (0.0.1)
GIT
remote: https://github.com/finnlabs/rack-protection.git
revision: 5a7d1bd2f05ca75faf7909c8cc978732a0080898
@ -13,6 +6,12 @@ GIT
rack-protection (1.5.2)
rack
GIT
remote: https://github.com/finnlabs/rspec-example_disabler.git
revision: deb9c38e3f4e3688724583ac1ff58e1ae8aba409
specs:
rspec-example_disabler (0.0.1)
GIT
remote: https://github.com/fnando/i18n-js.git
revision: 8801f8d17ef96c48a7a0269e251fcf1648c8f441

Loading…
Cancel
Save