mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fixes some problems with getting a new app working
This commit is contained in:
parent
19c48281a7
commit
f095e6f59d
2 changed files with 3 additions and 1 deletions
|
@ -6,6 +6,8 @@ Gem::Specification.new do |s|
|
|||
s.summary = "Support and utility classes used by the Rails framework."
|
||||
s.description = %q{Utility library which carries commonly used classes and goodies from the Rails framework}
|
||||
|
||||
s.add_dependency('i18n', '>= 0.1.3')
|
||||
|
||||
s.files = Dir['CHANGELOG', 'README', 'lib/**/*']
|
||||
s.require_path = 'lib'
|
||||
s.has_rdoc = true
|
||||
|
|
2
rack
2
rack
|
@ -1 +1 @@
|
|||
Subproject commit adf996587aecdd604eff441b8b69e4c47a8c2617
|
||||
Subproject commit 1ffa95c55394c862798727ac8b203ecedda8842a
|
Loading…
Reference in a new issue