Skip to content

Commit bb810de

Browse files
author
root
committed
Fix Travis build for Redmine 2.6.0
1 parent 5554c18 commit bb810de

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Diff for: Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ group :development, :test do
1616
gem 'rspec-rails', '~> 3.0.1'
1717

1818
gem 'shoulda', '~> 3.5.0'
19-
gem 'shoulda-matchers'
19+
gem 'shoulda-matchers', '~> 2.7.0'
2020
gem 'shoulda-context'
2121

2222
gem 'factory_girl'

Diff for: contrib/travis/install_redmine.sh

+5
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ sed -i 's/gem "shoulda", "~> 3.3.2"/gem "shoulda", "~> 3.5.0"/' "redmine/Gemfile
7676
echo "Done !"
7777
echo ""
7878

79+
echo "Let update shoulda-matchers to 2.7.0"
80+
sed -i 's/gem "shoulda-matchers", "1.4.1"/#gem "shoulda-matchers", "1.4.1"/' "redmine/Gemfile"
81+
echo "Done !"
82+
echo ""
83+
7984
echo "Update capybara to 2.2.0"
8085
sed -i 's/gem "capybara", "~> 2.1.0"/gem "capybara", "~> 2.2.0"/' "redmine/Gemfile"
8186
echo "Done !"

0 commit comments

Comments
 (0)