Skip to content

Commit

Permalink
(maint) Pin racc gem to 1.4.9
Browse files Browse the repository at this point in the history
racc recently released 1.4.10, which has changes which break on Ruby
1.8.7

ruby/racc@c43068f
ruby/racc#32
  • Loading branch information
jpartlow committed Oct 18, 2013
1 parent c8725c8 commit e6e118f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ platforms :ruby do
gem 'pry', :group => :development
gem 'yard', :group => :development
gem 'redcarpet', '~> 2.0', :group => :development
gem "racc", "~> 1.4", :group => :development
gem "racc", "1.4.9", :group => :development
end

gem "puppet", :path => File.dirname(__FILE__), :require => false
Expand Down

0 comments on commit e6e118f

Please sign in to comment.