Advertisement
Guest User

Untitled

a guest
Oct 24th, 2014
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. diff --git a/Gemfile b/Gemfile
  2. index 65641a8..794c14a 100644
  3. --- a/Gemfile
  4. +++ b/Gemfile
  5. @@ -25,6 +25,7 @@ gem 'sdoc', '~> 0.4.0', group: :doc
  6.  
  7. # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/sp
  8. gem 'polymer-rails', '~> 0.1.8'
  9. +gem 'haml-rails'
  10.  
  11. # Use ActiveModel has_secure_password
  12. # gem 'bcrypt', '~> 3.1.7'
  13. diff --git a/Gemfile.lock b/Gemfile.lock
  14. index 3436a69..6cbc959 100644
  15. --- a/Gemfile.lock
  16. +++ b/Gemfile.lock
  17. @@ -38,6 +38,13 @@ GEM
  18. coffee-script-source (1.7.0)
  19. erubis (2.7.0)
  20. execjs (2.2.1)
  21. + haml (4.0.5)
  22. + tilt
  23. + haml-rails (0.5.3)
  24. + actionpack (>= 4.0.1)
  25. + activesupport (>= 4.0.1)
  26. + haml (>= 3.1, < 5.0)
  27. + railties (>= 4.0.1)
  28. hike (1.2.3)
  29. i18n (0.6.9)
  30. jbuilder (2.1.1)
  31. @@ -115,6 +122,7 @@ PLATFORMS
  32.  
  33. DEPENDENCIES
  34. coffee-rails (~> 4.0.0)
  35. coffee-rails (~> 4.0.0)
  36. DEPENDENCIES
  37. diff --git a/Gemfile b/Gemfile
  38. index 65641a8..794c14a 100644
  39. --- a/Gemfile
  40. +++ b/Gemfile
  41. @@ -25,6 +25,7 @@ gem 'sdoc', '~> 0.4.0', group: :doc
  42.  
  43. # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/sp
  44. gem 'polymer-rails', '~> 0.1.8'
  45. +gem 'haml-rails'
  46.  
  47. # Use ActiveModel has_secure_password
  48. # gem 'bcrypt', '~> 3.1.7'
  49. diff --git a/Gemfile.lock b/Gemfile.lock
  50. index 3436a69..6cbc959 100644
  51. --- a/Gemfile.lock
  52. +++ b/Gemfile.lock
  53. @@ -38,6 +38,13 @@ GEM
  54. coffee-script-source (1.7.0)
  55. erubis (2.7.0)
  56. execjs (2.2.1)
  57. + haml (4.0.5)
  58. + tilt
  59. + haml-rails (0.5.3)
  60. + actionpack (>= 4.0.1)
  61. + activesupport (>= 4.0.1)
  62. + haml (>= 3.1, < 5.0)
  63. + railties (>= 4.0.1)
  64. hike (1.2.3)
  65. i18n (0.6.9)
  66. jbuilder (2.1.1)
  67. @@ -115,6 +122,7 @@ PLATFORMS
  68.  
  69. DEPENDENCIES
  70. coffee-rails (~> 4.0.0)
  71. + haml-rails
  72. jbuilder (~> 2.0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement