Skip to content

Commit a428ea4

Browse files
committed
feat: gem added
1 parent ecf7f47 commit a428ea4

File tree

2 files changed

+68
-58
lines changed

2 files changed

+68
-58
lines changed

Diff for: Gemfile

+5
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ gem 'jbuilder', '~> 2.7'
2222
# Use Active Model has_secure_password
2323
gem 'bcrypt', '3.1.12'
2424

25+
26+
gem 'foreman', '~> 0.64.0'
27+
28+
29+
2530
# Use Active Storage variant
2631
# gem 'image_processing', '~> 1.2'
2732

Diff for: Gemfile.lock

+63-58
Original file line numberDiff line numberDiff line change
@@ -1,61 +1,61 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (6.0.0)
5-
actionpack (= 6.0.0)
4+
actioncable (6.0.1)
5+
actionpack (= 6.0.1)
66
nio4r (~> 2.0)
77
websocket-driver (>= 0.6.1)
8-
actionmailbox (6.0.0)
9-
actionpack (= 6.0.0)
10-
activejob (= 6.0.0)
11-
activerecord (= 6.0.0)
12-
activestorage (= 6.0.0)
13-
activesupport (= 6.0.0)
8+
actionmailbox (6.0.1)
9+
actionpack (= 6.0.1)
10+
activejob (= 6.0.1)
11+
activerecord (= 6.0.1)
12+
activestorage (= 6.0.1)
13+
activesupport (= 6.0.1)
1414
mail (>= 2.7.1)
15-
actionmailer (6.0.0)
16-
actionpack (= 6.0.0)
17-
actionview (= 6.0.0)
18-
activejob (= 6.0.0)
15+
actionmailer (6.0.1)
16+
actionpack (= 6.0.1)
17+
actionview (= 6.0.1)
18+
activejob (= 6.0.1)
1919
mail (~> 2.5, >= 2.5.4)
2020
rails-dom-testing (~> 2.0)
21-
actionpack (6.0.0)
22-
actionview (= 6.0.0)
23-
activesupport (= 6.0.0)
21+
actionpack (6.0.1)
22+
actionview (= 6.0.1)
23+
activesupport (= 6.0.1)
2424
rack (~> 2.0)
2525
rack-test (>= 0.6.3)
2626
rails-dom-testing (~> 2.0)
2727
rails-html-sanitizer (~> 1.0, >= 1.2.0)
28-
actiontext (6.0.0)
29-
actionpack (= 6.0.0)
30-
activerecord (= 6.0.0)
31-
activestorage (= 6.0.0)
32-
activesupport (= 6.0.0)
28+
actiontext (6.0.1)
29+
actionpack (= 6.0.1)
30+
activerecord (= 6.0.1)
31+
activestorage (= 6.0.1)
32+
activesupport (= 6.0.1)
3333
nokogiri (>= 1.8.5)
34-
actionview (6.0.0)
35-
activesupport (= 6.0.0)
34+
actionview (6.0.1)
35+
activesupport (= 6.0.1)
3636
builder (~> 3.1)
3737
erubi (~> 1.4)
3838
rails-dom-testing (~> 2.0)
3939
rails-html-sanitizer (~> 1.1, >= 1.2.0)
40-
activejob (6.0.0)
41-
activesupport (= 6.0.0)
40+
activejob (6.0.1)
41+
activesupport (= 6.0.1)
4242
globalid (>= 0.3.6)
43-
activemodel (6.0.0)
44-
activesupport (= 6.0.0)
45-
activerecord (6.0.0)
46-
activemodel (= 6.0.0)
47-
activesupport (= 6.0.0)
48-
activestorage (6.0.0)
49-
actionpack (= 6.0.0)
50-
activejob (= 6.0.0)
51-
activerecord (= 6.0.0)
43+
activemodel (6.0.1)
44+
activesupport (= 6.0.1)
45+
activerecord (6.0.1)
46+
activemodel (= 6.0.1)
47+
activesupport (= 6.0.1)
48+
activestorage (6.0.1)
49+
actionpack (= 6.0.1)
50+
activejob (= 6.0.1)
51+
activerecord (= 6.0.1)
5252
marcel (~> 0.3.1)
53-
activesupport (6.0.0)
53+
activesupport (6.0.1)
5454
concurrent-ruby (~> 1.0, >= 1.0.2)
5555
i18n (>= 0.7, < 2)
5656
minitest (~> 5.1)
5757
tzinfo (~> 1.1)
58-
zeitwerk (~> 2.1, >= 2.1.8)
58+
zeitwerk (~> 2.2)
5959
bcrypt (3.1.12)
6060
bindex (0.8.1)
6161
bootsnap (1.4.5)
@@ -65,13 +65,17 @@ GEM
6565
concurrent-ruby (1.1.5)
6666
crass (1.0.5)
6767
diff-lcs (1.3)
68+
dotenv (0.7.0)
6869
erubi (1.9.0)
6970
factory_bot (5.1.1)
7071
activesupport (>= 4.2.0)
7172
factory_bot_rails (5.1.1)
7273
factory_bot (~> 5.1.0)
7374
railties (>= 4.2.0)
7475
ffi (1.11.1)
76+
foreman (0.64.0)
77+
dotenv (~> 0.7.0)
78+
thor (>= 0.13.6)
7579
globalid (0.4.2)
7680
activesupport (>= 4.2.0)
7781
i18n (1.7.0)
@@ -104,20 +108,20 @@ GEM
104108
rack
105109
rack-test (1.1.0)
106110
rack (>= 1.0, < 3)
107-
rails (6.0.0)
108-
actioncable (= 6.0.0)
109-
actionmailbox (= 6.0.0)
110-
actionmailer (= 6.0.0)
111-
actionpack (= 6.0.0)
112-
actiontext (= 6.0.0)
113-
actionview (= 6.0.0)
114-
activejob (= 6.0.0)
115-
activemodel (= 6.0.0)
116-
activerecord (= 6.0.0)
117-
activestorage (= 6.0.0)
118-
activesupport (= 6.0.0)
111+
rails (6.0.1)
112+
actioncable (= 6.0.1)
113+
actionmailbox (= 6.0.1)
114+
actionmailer (= 6.0.1)
115+
actionpack (= 6.0.1)
116+
actiontext (= 6.0.1)
117+
actionview (= 6.0.1)
118+
activejob (= 6.0.1)
119+
activemodel (= 6.0.1)
120+
activerecord (= 6.0.1)
121+
activestorage (= 6.0.1)
122+
activesupport (= 6.0.1)
119123
bundler (>= 1.3.0)
120-
railties (= 6.0.0)
124+
railties (= 6.0.1)
121125
sprockets-rails (>= 2.0.0)
122126
rails-controller-testing (1.0.4)
123127
actionpack (>= 5.0.1.x)
@@ -128,23 +132,23 @@ GEM
128132
nokogiri (>= 1.6)
129133
rails-html-sanitizer (1.3.0)
130134
loofah (~> 2.3)
131-
railties (6.0.0)
132-
actionpack (= 6.0.0)
133-
activesupport (= 6.0.0)
135+
railties (6.0.1)
136+
actionpack (= 6.0.1)
137+
activesupport (= 6.0.1)
134138
method_source
135139
rake (>= 0.8.7)
136140
thor (>= 0.20.3, < 2.0)
137141
rake (13.0.0)
138142
rb-fsevent (0.10.3)
139143
rb-inotify (0.10.0)
140144
ffi (~> 1.0)
141-
rspec-core (3.9.0)
142-
rspec-support (= 3.9.0)
143-
rspec-expectations (3.9.0)
145+
rspec-core (3.0.4)
146+
rspec-support (~> 3.0.0)
147+
rspec-expectations (3.0.4)
144148
diff-lcs (>= 1.2.0, < 2.0)
145-
rspec-support (= 3.9.0)
146-
rspec-mocks (3.9.0)
147-
rspec-support (= 3.9.0)
149+
rspec-support (~> 3.0.0)
150+
rspec-mocks (3.0.4)
151+
rspec-support (~> 3.0.0)
148152
rspec-rails (3.0.2)
149153
actionpack (>= 3.0)
150154
activesupport (>= 3.0)
@@ -153,7 +157,7 @@ GEM
153157
rspec-expectations (~> 3.0.0)
154158
rspec-mocks (~> 3.0.0)
155159
rspec-support (~> 3.0.0)
156-
rspec-support (3.9.0)
160+
rspec-support (3.0.4)
157161
ruby_dep (1.5.0)
158162
sass (3.7.4)
159163
sass-listen (~> 4.0.0)
@@ -208,6 +212,7 @@ DEPENDENCIES
208212
bootsnap (>= 1.4.2)
209213
byebug
210214
factory_bot_rails
215+
foreman (~> 0.64.0)
211216
jbuilder (~> 2.7)
212217
listen (>= 3.0.5, < 3.2)
213218
puma (~> 3.11)

0 commit comments

Comments
 (0)