installed slim
This commit is contained in:
@@ -31,6 +31,9 @@ gem 'sdoc', '~> 0.4.0', group: :doc
|
|||||||
|
|
||||||
gem 'mongoid', '~> 5.0.0'
|
gem 'mongoid', '~> 5.0.0'
|
||||||
|
|
||||||
|
gem 'slim'
|
||||||
|
gem 'slim-rails'
|
||||||
|
|
||||||
group :development, :test do
|
group :development, :test do
|
||||||
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
|
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
|
||||||
gem 'byebug'
|
gem 'byebug'
|
||||||
|
|||||||
@@ -120,6 +120,15 @@ GEM
|
|||||||
sdoc (0.4.1)
|
sdoc (0.4.1)
|
||||||
json (~> 1.7, >= 1.7.7)
|
json (~> 1.7, >= 1.7.7)
|
||||||
rdoc (~> 4.0)
|
rdoc (~> 4.0)
|
||||||
|
slim (3.0.6)
|
||||||
|
temple (~> 0.7.3)
|
||||||
|
tilt (>= 1.3.3, < 2.1)
|
||||||
|
slim-rails (3.0.1)
|
||||||
|
actionmailer (>= 3.1, < 5.0)
|
||||||
|
actionpack (>= 3.1, < 5.0)
|
||||||
|
activesupport (>= 3.1, < 5.0)
|
||||||
|
railties (>= 3.1, < 5.0)
|
||||||
|
slim (~> 3.0)
|
||||||
spring (1.4.0)
|
spring (1.4.0)
|
||||||
sprockets (3.3.5)
|
sprockets (3.3.5)
|
||||||
rack (> 1, < 3)
|
rack (> 1, < 3)
|
||||||
@@ -127,6 +136,7 @@ GEM
|
|||||||
actionpack (>= 3.0)
|
actionpack (>= 3.0)
|
||||||
activesupport (>= 3.0)
|
activesupport (>= 3.0)
|
||||||
sprockets (>= 2.8, < 4.0)
|
sprockets (>= 2.8, < 4.0)
|
||||||
|
temple (0.7.6)
|
||||||
thor (0.19.1)
|
thor (0.19.1)
|
||||||
thread_safe (0.3.5)
|
thread_safe (0.3.5)
|
||||||
tilt (2.0.1)
|
tilt (2.0.1)
|
||||||
@@ -155,6 +165,8 @@ DEPENDENCIES
|
|||||||
rails (= 4.2.4)
|
rails (= 4.2.4)
|
||||||
sass-rails (~> 5.0)
|
sass-rails (~> 5.0)
|
||||||
sdoc (~> 0.4.0)
|
sdoc (~> 0.4.0)
|
||||||
|
slim
|
||||||
|
slim-rails
|
||||||
spring
|
spring
|
||||||
turbolinks
|
turbolinks
|
||||||
uglifier (>= 1.3.0)
|
uglifier (>= 1.3.0)
|
||||||
|
|||||||
Reference in New Issue
Block a user