Skip to content

Commit

Permalink
Fix 1.9 dependency issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Sep 28, 2015
1 parent 84059f2 commit 1da209d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ group :development do
gem "wirble"
gem "byebug", platforms: :mri_21
gem 'psych', platforms: [:mri, :rbx]
gem "rocco", platforms: :mri, git: "git://github.com/rtomayko/rocco.git"
gem "redcarpet", platforms: :ruby
gem "rocco", platforms: [:mri_20, :mri_21, :mri_22], git: "git://github.com/rtomayko/rocco.git"
gem "redcarpet", platforms: :mri
end

group :development, :test do
Expand Down
2 changes: 1 addition & 1 deletion ebnf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |gem|
gem.requirements = []
gem.add_runtime_dependency 'sxp', '~> 0.1', '>= 0.1.3'
gem.add_runtime_dependency 'rdf', '~> 1.1' # Required by sxp
gem.add_development_dependency 'haml', '~> 4.0' # For HTML formatted Output
gem.add_development_dependency 'haml', '~> 4.0'
gem.add_development_dependency 'rspec', '~> 3.0'
gem.add_development_dependency 'rspec-its', '~> 1.0'
gem.add_development_dependency 'yard', '~> 0.8'
Expand Down

0 comments on commit 1da209d

Please sign in to comment.