about summary refs log tree commit diff stats
path: root/Gemfile.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 7b51875..60b7136 100644 --- a/Gemfile.lock +++ b/Gemfile.lock
@@ -66,6 +66,9 @@ GEM
66 ffi (1.9.18) 66 ffi (1.9.18)
67 globalid (0.4.0) 67 globalid (0.4.0)
68 activesupport (>= 4.2.0) 68 activesupport (>= 4.2.0)
69 haml (5.0.1)
70 temple (>= 0.8.0)
71 tilt
69 i18n (0.8.4) 72 i18n (0.8.4)
70 jbuilder (2.7.0) 73 jbuilder (2.7.0)
71 activesupport (>= 4.2.0) 74 activesupport (>= 4.2.0)
@@ -88,6 +91,7 @@ GEM
88 nio4r (2.1.0) 91 nio4r (2.1.0)
89 nokogiri (1.8.0) 92 nokogiri (1.8.0)
90 mini_portile2 (~> 2.2.0) 93 mini_portile2 (~> 2.2.0)
94 normalize-rails (4.1.1)
91 public_suffix (2.0.5) 95 public_suffix (2.0.5)
92 puma (3.9.1) 96 puma (3.9.1)
93 rack (2.0.3) 97 rack (2.0.3)
@@ -145,6 +149,7 @@ GEM
145 activesupport (>= 4.0) 149 activesupport (>= 4.0)
146 sprockets (>= 3.0.0) 150 sprockets (>= 3.0.0)
147 sqlite3 (1.3.13) 151 sqlite3 (1.3.13)
152 temple (0.8.0)
148 thor (0.19.4) 153 thor (0.19.4)
149 thread_safe (0.3.6) 154 thread_safe (0.3.6)
150 tilt (2.0.7) 155 tilt (2.0.7)
@@ -173,8 +178,10 @@ DEPENDENCIES
173 byebug 178 byebug
174 capybara (~> 2.13) 179 capybara (~> 2.13)
175 coffee-rails (~> 4.2) 180 coffee-rails (~> 4.2)
181 haml
176 jbuilder (~> 2.5) 182 jbuilder (~> 2.5)
177 listen (>= 3.0.5, < 3.2) 183 listen (>= 3.0.5, < 3.2)
184 normalize-rails
178 puma (~> 3.7) 185 puma (~> 3.7)
179 rails (~> 5.1.1) 186 rails (~> 5.1.1)
180 sass-rails (~> 5.0) 187 sass-rails (~> 5.0)