Skip to content

Commit

Permalink
Merge pull request #2895 from refinery/is-bundler-required-for-gem
Browse files Browse the repository at this point in the history
Removed hard dependency on Bundler.. not sure it's required.
  • Loading branch information
simi committed Feb 17, 2015
2 parents fd9f080 + bc65765 commit 6a3fb0a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions refinerycms.gemspec
Expand Up @@ -20,8 +20,6 @@ Gem::Specification.new do |s|

s.files = `git ls-files -- lib/* templates/*`.split("\n")

s.add_dependency 'bundler', '>= 1.2.2'

s.add_dependency 'refinerycms-authentication', version
s.add_dependency 'refinerycms-core', version
s.add_dependency 'refinerycms-images', version
Expand Down

0 comments on commit 6a3fb0a

Please sign in to comment.