Skip to content

Commit f43f0d8

Browse files
committed
updated docs,dependencies, updated to rails 5.1.3
1 parent e9a6f8a commit f43f0d8

File tree

4 files changed

+101
-104
lines changed

4 files changed

+101
-104
lines changed

Gemfile.lock

Lines changed: 70 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
mtdevise (6.2.0)
4+
mtdevise (7.0.0)
55
bootstrap-sass (~> 3.3, >= 3.3.7)
66
carrierwave (~> 1.1)
77
cloudinary (~> 1.8, >= 1.8.1)
@@ -14,65 +14,64 @@ PATH
1414
jquery-rails (~> 4.3, >= 4.3.1)
1515
jquery-ui-rails (~> 6.0, >= 6.0.1)
1616
multi_json (~> 1.12, >= 1.12.1)
17-
oj (~> 3.3, >= 3.3.2)
17+
oj (~> 3.3, >= 3.3.4)
1818
omniauth-facebook (~> 4.0)
1919
omniauth-github (~> 1.3)
20-
omniauth-google-oauth2 (~> 0.5.1)
2120
omniauth-instagram (~> 1.1)
2221
omniauth-twitter (~> 1.4)
2322
paper_trail (~> 7.1)
2423
pg (~> 0.21.0)
25-
phcadmin1 (~> 10.6)
26-
phcadmin2 (~> 8.6)
27-
phcadmin3 (~> 5.5, >= 5.5.3)
28-
phcnotifi (~> 6.3, >= 6.3.2)
29-
phctheme1 (~> 14.6)
30-
phctheme2 (~> 5.8)
31-
phctitleseo (~> 7.3, >= 7.3.2)
24+
phcadmin1 (~> 11.0)
25+
phcadmin2 (~> 9.0)
26+
phcadmin3 (~> 6.0)
27+
phcnotifi (~> 7.0)
28+
phctheme1 (~> 15.0)
29+
phctheme2 (~> 6.0)
30+
phctitleseo (~> 8.0)
3231
rabl (~> 0.13.1)
33-
rails (~> 5.1, >= 5.1.2)
32+
rails (~> 5.1, >= 5.1.3)
3433
responders (~> 2.4)
3534
sass-rails (~> 5.0, >= 5.0.6)
3635
simple_token_authentication (~> 1.15, >= 1.15.1)
37-
tinymce-rails (~> 4.6, >= 4.6.4)
36+
tinymce-rails (~> 4.6, >= 4.6.5)
3837
webpacker (~> 2.0)
3938

4039
GEM
4140
remote: https://rubygems.org/
4241
specs:
43-
actioncable (5.1.2)
44-
actionpack (= 5.1.2)
42+
actioncable (5.1.3)
43+
actionpack (= 5.1.3)
4544
nio4r (~> 2.0)
4645
websocket-driver (~> 0.6.1)
47-
actionmailer (5.1.2)
48-
actionpack (= 5.1.2)
49-
actionview (= 5.1.2)
50-
activejob (= 5.1.2)
46+
actionmailer (5.1.3)
47+
actionpack (= 5.1.3)
48+
actionview (= 5.1.3)
49+
activejob (= 5.1.3)
5150
mail (~> 2.5, >= 2.5.4)
5251
rails-dom-testing (~> 2.0)
53-
actionpack (5.1.2)
54-
actionview (= 5.1.2)
55-
activesupport (= 5.1.2)
52+
actionpack (5.1.3)
53+
actionview (= 5.1.3)
54+
activesupport (= 5.1.3)
5655
rack (~> 2.0)
5756
rack-test (~> 0.6.3)
5857
rails-dom-testing (~> 2.0)
5958
rails-html-sanitizer (~> 1.0, >= 1.0.2)
60-
actionview (5.1.2)
61-
activesupport (= 5.1.2)
59+
actionview (5.1.3)
60+
activesupport (= 5.1.3)
6261
builder (~> 3.1)
6362
erubi (~> 1.4)
6463
rails-dom-testing (~> 2.0)
6564
rails-html-sanitizer (~> 1.0, >= 1.0.3)
66-
activejob (5.1.2)
67-
activesupport (= 5.1.2)
65+
activejob (5.1.3)
66+
activesupport (= 5.1.3)
6867
globalid (>= 0.3.6)
69-
activemodel (5.1.2)
70-
activesupport (= 5.1.2)
71-
activerecord (5.1.2)
72-
activemodel (= 5.1.2)
73-
activesupport (= 5.1.2)
68+
activemodel (5.1.3)
69+
activesupport (= 5.1.3)
70+
activerecord (5.1.3)
71+
activemodel (= 5.1.3)
72+
activesupport (= 5.1.3)
7473
arel (~> 8.0)
75-
activesupport (5.1.2)
74+
activesupport (5.1.3)
7675
concurrent-ruby (~> 1.0, >= 1.0.2)
7776
i18n (~> 0.7)
7877
minitest (~> 5.1)
@@ -89,9 +88,9 @@ GEM
8988
sass (>= 3.3.4)
9089
builder (3.2.3)
9190
byebug (9.0.6)
92-
capybara (2.14.4)
91+
capybara (2.15.1)
9392
addressable
94-
mime-types (>= 1.16)
93+
mini_mime (>= 0.1.3)
9594
nokogiri (>= 1.3.3)
9695
rack (>= 1.0.0)
9796
rack-test (>= 0.5.4)
@@ -171,6 +170,7 @@ GEM
171170
mime-types (3.1)
172171
mime-types-data (~> 3.2015)
173172
mime-types-data (3.2016.0521)
173+
mini_mime (0.1.3)
174174
mini_portile2 (2.2.0)
175175
minitest (5.10.3)
176176
money (6.9.0)
@@ -189,7 +189,7 @@ GEM
189189
multi_json (~> 1.3)
190190
multi_xml (~> 0.5)
191191
rack (>= 1.2, < 3)
192-
oj (3.3.2)
192+
oj (3.3.4)
193193
omniauth (1.6.1)
194194
hashie (>= 3.4.6, < 3.6.0)
195195
rack (>= 1.6.2, < 3)
@@ -198,11 +198,6 @@ GEM
198198
omniauth-github (1.3.0)
199199
omniauth (~> 1.5)
200200
omniauth-oauth2 (>= 1.4.0, < 2.0)
201-
omniauth-google-oauth2 (0.5.1)
202-
jwt (~> 1.5)
203-
multi_json (~> 1.3)
204-
omniauth (>= 1.1.1)
205-
omniauth-oauth2 (>= 1.3.1)
206201
omniauth-instagram (1.1.0)
207202
omniauth (~> 1)
208203
omniauth-oauth2 (~> 1)
@@ -220,7 +215,7 @@ GEM
220215
activerecord (>= 4.0, < 5.2)
221216
request_store (~> 1.1)
222217
pg (0.21.0)
223-
phcadmin1 (10.6.0)
218+
phcadmin1 (11.0.0)
224219
bootstrap-sass (~> 3.3, >= 3.3.7)
225220
country_select (~> 3.1)
226221
font-awesome-rails (~> 4.7, >= 4.7.0.2)
@@ -229,11 +224,11 @@ GEM
229224
jquery-ui-rails (~> 6.0, >= 6.0.1)
230225
paper_trail (~> 7.1)
231226
pg (~> 0.21.0)
232-
rails (~> 5.1, >= 5.1.2)
227+
rails (~> 5.1, >= 5.1.3)
233228
sass-rails (~> 5.0, >= 5.0.6)
234-
tinymce-rails (~> 4.6, >= 4.6.4)
229+
tinymce-rails (~> 4.6, >= 4.6.5)
235230
webpacker (~> 2.0)
236-
phcadmin2 (8.6.0)
231+
phcadmin2 (9.0.0)
237232
bootstrap-sass (~> 3.3, >= 3.3.7)
238233
country_select (~> 3.1)
239234
font-awesome-rails (~> 4.7, >= 4.7.0.2)
@@ -242,11 +237,11 @@ GEM
242237
jquery-ui-rails (~> 6.0, >= 6.0.1)
243238
paper_trail (~> 7.1)
244239
pg (~> 0.21.0)
245-
rails (~> 5.1, >= 5.1.2)
240+
rails (~> 5.1, >= 5.1.3)
246241
sass-rails (~> 5.0, >= 5.0.6)
247-
tinymce-rails (~> 4.6, >= 4.6.4)
242+
tinymce-rails (~> 4.6, >= 4.6.5)
248243
webpacker (~> 2.0)
249-
phcadmin3 (5.5.3)
244+
phcadmin3 (6.0.0)
250245
bootstrap-sass (~> 3.3, >= 3.3.7)
251246
country_select (~> 3.1)
252247
font-awesome-rails (~> 4.7, >= 4.7.0.2)
@@ -255,21 +250,21 @@ GEM
255250
jquery-ui-rails (~> 6.0, >= 6.0.1)
256251
paper_trail (~> 7.1)
257252
pg (~> 0.21.0)
258-
rails (~> 5.1, >= 5.1.2)
253+
rails (~> 5.1, >= 5.1.3)
259254
sass-rails (~> 5.0, >= 5.0.6)
260-
tinymce-rails (~> 4.6, >= 4.6.4)
255+
tinymce-rails (~> 4.6, >= 4.6.5)
261256
webpacker (~> 2.0)
262-
phcnotifi (6.3.2)
257+
phcnotifi (7.0.0)
263258
bootstrap-sass (~> 3.3, >= 3.3.7)
264259
font-awesome-rails (~> 4.7, >= 4.7.0.2)
265260
jquery-rails (~> 4.3, >= 4.3.1)
266261
jquery-ui-rails (~> 6.0, >= 6.0.1)
267262
paper_trail (~> 7.1)
268263
pg (~> 0.21.0)
269-
rails (~> 5.1, >= 5.1.2)
264+
rails (~> 5.1, >= 5.1.3)
270265
sass-rails (~> 5.0, >= 5.0.6)
271266
webpacker (~> 2.0)
272-
phctheme1 (14.6.0)
267+
phctheme1 (15.0.0)
273268
bootstrap-sass (~> 3.3, >= 3.3.7)
274269
country_select (~> 3.1)
275270
font-awesome-rails (~> 4.7, >= 4.7.0.2)
@@ -278,11 +273,11 @@ GEM
278273
jquery-ui-rails (~> 6.0, >= 6.0.1)
279274
paper_trail (~> 7.1)
280275
pg (~> 0.21.0)
281-
rails (~> 5.1, >= 5.1.2)
276+
rails (~> 5.1, >= 5.1.3)
282277
sass-rails (~> 5.0, >= 5.0.6)
283-
tinymce-rails (~> 4.6, >= 4.6.4)
278+
tinymce-rails (~> 4.6, >= 4.6.5)
284279
webpacker (~> 2.0)
285-
phctheme2 (5.8.0)
280+
phctheme2 (6.0.0)
286281
bootstrap-sass (~> 3.3, >= 3.3.7)
287282
country_select (~> 3.1)
288283
font-awesome-rails (~> 4.7, >= 4.7.0.2)
@@ -291,18 +286,18 @@ GEM
291286
jquery-ui-rails (~> 6.0, >= 6.0.1)
292287
paper_trail (~> 7.1)
293288
pg (~> 0.21.0)
294-
rails (~> 5.1, >= 5.1.2)
289+
rails (~> 5.1, >= 5.1.3)
295290
sass-rails (~> 5.0, >= 5.0.6)
296-
tinymce-rails (~> 4.6, >= 4.6.4)
291+
tinymce-rails (~> 4.6, >= 4.6.5)
297292
webpacker (~> 2.0)
298-
phctitleseo (7.3.2)
293+
phctitleseo (8.0.0)
299294
bootstrap-sass (~> 3.3, >= 3.3.7)
300295
font-awesome-rails (~> 4.7, >= 4.7.0.2)
301296
jquery-rails (~> 4.3, >= 4.3.1)
302297
jquery-ui-rails (~> 6.0, >= 6.0.1)
303298
paper_trail (~> 7.1)
304299
pg (~> 0.21.0)
305-
rails (~> 5.1, >= 5.1.2)
300+
rails (~> 5.1, >= 5.1.3)
306301
sass-rails (~> 5.0, >= 5.0.6)
307302
webpacker (~> 2.0)
308303
public_suffix (2.0.5)
@@ -311,26 +306,26 @@ GEM
311306
rack (2.0.3)
312307
rack-test (0.6.3)
313308
rack (>= 1.0)
314-
rails (5.1.2)
315-
actioncable (= 5.1.2)
316-
actionmailer (= 5.1.2)
317-
actionpack (= 5.1.2)
318-
actionview (= 5.1.2)
319-
activejob (= 5.1.2)
320-
activemodel (= 5.1.2)
321-
activerecord (= 5.1.2)
322-
activesupport (= 5.1.2)
323-
bundler (>= 1.3.0, < 2.0)
324-
railties (= 5.1.2)
309+
rails (5.1.3)
310+
actioncable (= 5.1.3)
311+
actionmailer (= 5.1.3)
312+
actionpack (= 5.1.3)
313+
actionview (= 5.1.3)
314+
activejob (= 5.1.3)
315+
activemodel (= 5.1.3)
316+
activerecord (= 5.1.3)
317+
activesupport (= 5.1.3)
318+
bundler (>= 1.3.0)
319+
railties (= 5.1.3)
325320
sprockets-rails (>= 2.0.0)
326321
rails-dom-testing (2.0.3)
327322
activesupport (>= 4.2.0)
328323
nokogiri (>= 1.6)
329324
rails-html-sanitizer (1.0.3)
330325
loofah (~> 2.0)
331-
railties (5.1.2)
332-
actionpack (= 5.1.2)
333-
activesupport (= 5.1.2)
326+
railties (5.1.3)
327+
actionpack (= 5.1.3)
328+
activesupport (= 5.1.3)
334329
method_source
335330
rake (>= 0.8.7)
336331
thor (>= 0.18.1, < 2.0)
@@ -402,8 +397,8 @@ GEM
402397
sqlite3 (1.3.13)
403398
thor (0.19.4)
404399
thread_safe (0.3.6)
405-
tilt (2.0.7)
406-
tinymce-rails (4.6.4)
400+
tilt (2.0.8)
401+
tinymce-rails (4.6.5)
407402
railties (>= 3.1.1)
408403
tzinfo (1.2.3)
409404
thread_safe (~> 0.1)
@@ -428,7 +423,7 @@ PLATFORMS
428423

429424
DEPENDENCIES
430425
byebug (~> 9.0, >= 9.0.6)
431-
capybara (~> 2.14, >= 2.14.4)
426+
capybara (~> 2.15, >= 2.15.1)
432427
database_cleaner (~> 1.6, >= 1.6.1)
433428
factory_girl_rails (~> 4.8)
434429
faker (~> 1.8, >= 1.8.4)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Generate a user.rb file in your mainapp and add the code below
2323

2424
#### Step 2 - Add Mtdevise to your gemfile and run command
2525

26-
gem 'mtdevise', '~> 6.2'
26+
gem 'mtdevise', '~> 7.0'
2727
bundle exec install
2828

2929
#### Step 3 - Add and migrate mtdevise database tables

lib/mtdevise/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Mtdevise
2-
VERSION = '6.2.0'
2+
VERSION = '7.0.0'
33
end

0 commit comments

Comments
 (0)