@@ -1,4 +1,4 | |||||
1 |
source 'http |
|
1 | source 'http://rubygems.org' | |
2 |
|
2 | |||
3 | if Gem::Version.new(Bundler::VERSION) < Gem::Version.new('1.5.0') |
|
3 | if Gem::Version.new(Bundler::VERSION) < Gem::Version.new('1.5.0') | |
4 | abort "Redmine requires Bundler 1.5.0 or higher (you're using #{Bundler::VERSION}).\nPlease update with 'gem update bundler'." |
|
4 | abort "Redmine requires Bundler 1.5.0 or higher (you're using #{Bundler::VERSION}).\nPlease update with 'gem update bundler'." | |
@@ -103,7 +103,7 group :test do | |||||
103 | gem "simplecov", "~> 0.9.1", :require => false |
|
103 | gem "simplecov", "~> 0.9.1", :require => false | |
104 | # For running UI tests |
|
104 | # For running UI tests | |
105 | gem "capybara" |
|
105 | gem "capybara" | |
106 | gem "selenium-webdriver" |
|
106 | gem "selenium-webdriver", "~> 2.53.4" | |
107 | end |
|
107 | end | |
108 |
|
108 | |||
109 | local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local") |
|
109 | local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local") |
General Comments 0
You need to be logged in to leave comments.
Login now