Skip to content

Commit

Permalink
Bundle rubyzip < 1 that supports 1.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed Dec 26, 2013
1 parent 1d4f5fa commit 2743eab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions gemfiles/Gemfile.rails-3.0
Expand Up @@ -6,5 +6,6 @@ gem 'nokogiri', '~> 1.5.0'
gem 'capybara', '~> 2.0.0'
# stick to versions that work under Ruby 1.8 for now
gem 'mime-types', '< 2'
gem 'rubyzip', '< 1'

gemspec :path => '..'
1 change: 1 addition & 0 deletions gemfiles/Gemfile.rails-3.1
Expand Up @@ -6,5 +6,6 @@ gem 'nokogiri', '~> 1.5.0'
gem 'capybara', '~> 2.0.0'
# stick to versions that work under Ruby 1.8 for now
gem 'mime-types', '< 2'
gem 'rubyzip', '< 1'

gemspec :path => '..'
1 change: 1 addition & 0 deletions gemfiles/Gemfile.rails-3.2
Expand Up @@ -6,5 +6,6 @@ gem 'nokogiri', '~> 1.5.0'
gem 'capybara', '~> 2.0.0'
# stick to versions that work under Ruby 1.8 for now
gem 'mime-types', '< 2'
gem 'rubyzip', '< 1'

gemspec :path => '..'

0 comments on commit 2743eab

Please sign in to comment.