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.lock14
1 files changed, 14 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 60b7136..41f4d51 100644 --- a/Gemfile.lock +++ b/Gemfile.lock
@@ -41,6 +41,7 @@ GEM
41 addressable (2.5.1) 41 addressable (2.5.1)
42 public_suffix (~> 2.0, >= 2.0.2) 42 public_suffix (~> 2.0, >= 2.0.2)
43 arel (8.0.0) 43 arel (8.0.0)
44 bcrypt (3.1.11)
44 bindex (0.5.0) 45 bindex (0.5.0)
45 builder (3.2.3) 46 builder (3.2.3)
46 byebug (9.0.6) 47 byebug (9.0.6)
@@ -61,6 +62,12 @@ GEM
61 execjs 62 execjs
62 coffee-script-source (1.12.2) 63 coffee-script-source (1.12.2)
63 concurrent-ruby (1.0.5) 64 concurrent-ruby (1.0.5)
65 devise (4.3.0)
66 bcrypt (~> 3.0)
67 orm_adapter (~> 0.1)
68 railties (>= 4.1.0, < 5.2)
69 responders
70 warden (~> 1.2.3)
64 erubi (1.6.0) 71 erubi (1.6.0)
65 execjs (2.7.0) 72 execjs (2.7.0)
66 ffi (1.9.18) 73 ffi (1.9.18)
@@ -92,6 +99,7 @@ GEM
92 nokogiri (1.8.0) 99 nokogiri (1.8.0)
93 mini_portile2 (~> 2.2.0) 100 mini_portile2 (~> 2.2.0)
94 normalize-rails (4.1.1) 101 normalize-rails (4.1.1)
102 orm_adapter (0.5.0)
95 public_suffix (2.0.5) 103 public_suffix (2.0.5)
96 puma (3.9.1) 104 puma (3.9.1)
97 rack (2.0.3) 105 rack (2.0.3)
@@ -124,6 +132,9 @@ GEM
124 rb-fsevent (0.9.8) 132 rb-fsevent (0.9.8)
125 rb-inotify (0.9.10) 133 rb-inotify (0.9.10)
126 ffi (>= 0.5.0, < 2) 134 ffi (>= 0.5.0, < 2)
135 responders (2.4.0)
136 actionpack (>= 4.2.0, < 5.3)
137 railties (>= 4.2.0, < 5.3)
127 ruby_dep (1.5.0) 138 ruby_dep (1.5.0)
128 rubyzip (1.2.1) 139 rubyzip (1.2.1)
129 sass (3.4.24) 140 sass (3.4.24)
@@ -160,6 +171,8 @@ GEM
160 thread_safe (~> 0.1) 171 thread_safe (~> 0.1)
161 uglifier (3.2.0) 172 uglifier (3.2.0)
162 execjs (>= 0.3.0, < 3) 173 execjs (>= 0.3.0, < 3)
174 warden (1.2.7)
175 rack (>= 1.0)
163 web-console (3.5.1) 176 web-console (3.5.1)
164 actionview (>= 5.0) 177 actionview (>= 5.0)
165 activemodel (>= 5.0) 178 activemodel (>= 5.0)
@@ -178,6 +191,7 @@ DEPENDENCIES
178 byebug 191 byebug
179 capybara (~> 2.13) 192 capybara (~> 2.13)
180 coffee-rails (~> 4.2) 193 coffee-rails (~> 4.2)
194 devise
181 haml 195 haml
182 jbuilder (~> 2.5) 196 jbuilder (~> 2.5)
183 listen (>= 3.0.5, < 3.2) 197 listen (>= 3.0.5, < 3.2)