mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
typo in Gemfile comment
This commit is contained in:
parent
85fa34e127
commit
79ae9c8abc
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -4,7 +4,7 @@
|
|||
# development dependencies of our dependencies, and those are not conflict free.
|
||||
# So, here we are, `bundle install`.
|
||||
#
|
||||
# If you have issues with on gem: `bundle install --without-coffee-script`.
|
||||
# If you have issues with a gem: `bundle install --without-coffee-script`.
|
||||
|
||||
RUBY_ENGINE = 'ruby' unless defined? RUBY_ENGINE
|
||||
|
||||
|
|
Loading…
Reference in a new issue