Skip to content

Commit

Permalink
Improve gemspec
Browse files Browse the repository at this point in the history
* Fix open ended versions

* Declare required Ruby version
  • Loading branch information
tf committed Aug 11, 2017
1 parent a2e3ef9 commit b87fbe3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
6 changes: 0 additions & 6 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,3 @@ source 'https://rubygems.org'

# Specify your gem's dependencies in chart.gemspec
gemspec

# Rails 4 compat
gem 'activeadmin', :git => 'https://github.com/codevise/active_admin.git', :branch => 'rails4'
gem 'ransack'
gem 'inherited_resources', '1.4.1'
gem 'formtastic', '2.3.0.rc2'
8 changes: 5 additions & 3 deletions pageflow-parent-page-box.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^spec/})
spec.require_paths = ['lib']

spec.add_runtime_dependency 'pageflow', '~> 12.0.pre'
spec.required_ruby_version = '~> 2.1'

spec.add_runtime_dependency 'pageflow', '~> 12.x'
spec.add_runtime_dependency 'pageflow-public-i18n', '~> 1.1'

spec.add_development_dependency 'bundler'
spec.add_development_dependency 'rake'
spec.add_development_dependency 'bundler', '~> 1.0'
spec.add_development_dependency 'rake', '~> 12.0'

# Semantic versioning rake tasks
spec.add_development_dependency 'semmy', '~> 0.2'
Expand Down

0 comments on commit b87fbe3

Please sign in to comment.