Skip to content

Commit

Permalink
Fix CI by forcing 'activesupport' to 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Federman committed Jul 19, 2016
1 parent d062dc0 commit 1b71dea
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
source 'https://rubygems.org'

gem 'cocoapods', '0.39.0'
source 'https://rubygems.org' do
gem 'cocoapods', '1.0.0'
gem 'activesupport', '~> 4.0'
end

0 comments on commit 1b71dea

Please sign in to comment.