New prawn gem breaks application.
* Require specific version.
This commit is contained in:
parent
662f8bf3d7
commit
356d922eb4
1 changed files with 2 additions and 2 deletions
|
@ -66,7 +66,7 @@ Rails::Initializer.run do |config|
|
||||||
#
|
#
|
||||||
# library for parsing/writing files from/to csv-file
|
# library for parsing/writing files from/to csv-file
|
||||||
config.gem "fastercsv"
|
config.gem "fastercsv"
|
||||||
config.gem "prawn"
|
config.gem "prawn", :version => '<=0.6.3'
|
||||||
config.gem "haml", :version => '>=2.0.6'
|
config.gem "haml", :version => '>=2.0.6'
|
||||||
|
|
||||||
# The internationalization framework can be changed to have another default locale (standard is :en) or more load paths.
|
# The internationalization framework can be changed to have another default locale (standard is :en) or more load paths.
|
||||||
|
|
Loading…
Reference in a new issue