Skip to content

Commit

Permalink
Update dependency to refinerycms ~> 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bricesanchez committed Apr 13, 2016
1 parent 3704956 commit ac2bb5d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions refinerycms-calendar.gemspec
Expand Up @@ -12,8 +12,5 @@ Gem::Specification.new do |s|
s.files = Dir["{app,config,db,lib,vendor}/**/*"] + ["readme.md"]

# Runtime dependencies
s.add_dependency 'refinerycms-core', '~> 2.1.0'

# Development dependencies (usually used for testing)
s.add_development_dependency 'refinerycms-testing', '~> 2.1.0'
end
s.add_dependency 'refinerycms-core', '~> 3.0.0'
end

0 comments on commit ac2bb5d

Please sign in to comment.