Skip to content

Commit 9d67971

Browse files
committedFeb 26, 2020
updated seed file
1 parent 32d0291 commit 9d67971

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+1620
-0
lines changed
 

‎Gemfile

+61
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
source 'https://rubygems.org'
2+
3+
4+
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
5+
gem 'rails', '4.2.0'
6+
# Use sqlite3 as the database for Active Record
7+
gem 'sqlite3', '~> 1.3.6'
8+
# Use SCSS for stylesheets
9+
gem 'sass-rails', '~> 5.0'
10+
# Use Uglifier as compressor for JavaScript assets
11+
gem 'uglifier', '>= 1.3.0'
12+
# Use CoffeeScript for .coffee assets and views
13+
gem 'coffee-rails', '~> 4.1.0'
14+
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
15+
# gem 'therubyracer', platforms: :ruby
16+
17+
# Use jquery as the JavaScript library
18+
gem 'jquery-rails'
19+
# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks
20+
gem 'turbolinks'
21+
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
22+
gem 'jbuilder', '~> 2.0'
23+
# bundle exec rake doc:rails generates the API under doc/api.
24+
gem 'sdoc', '~> 0.4.0', group: :doc
25+
26+
# Use ActiveModel has_secure_password
27+
# gem 'bcrypt', '~> 3.1.7'
28+
29+
# Use Unicorn as the app server
30+
# gem 'unicorn'
31+
32+
# Use Capistrano for deployment
33+
# gem 'capistrano-rails', group: :development
34+
35+
# Access an IRB console on exception pages or by using <%= console %> in views
36+
gem 'web-console', '~> 2.0', group: :development
37+
38+
39+
group :development, :test do
40+
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
41+
gem 'byebug'
42+
43+
# faker
44+
gem 'faker'
45+
46+
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
47+
gem 'spring'
48+
49+
gem 'rspec-rails'
50+
gem 'spork-rails'
51+
end
52+
53+
54+
group :test do
55+
gem 'capybara'
56+
gem 'database_cleaner'
57+
gem 'email_spec'
58+
gem 'poltergeist'
59+
gem 'launchy'
60+
gem 'selenium-webdriver'
61+
end

‎Gemfile.lock

+235
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,235 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
actionmailer (4.2.0)
5+
actionpack (= 4.2.0)
6+
actionview (= 4.2.0)
7+
activejob (= 4.2.0)
8+
mail (~> 2.5, >= 2.5.4)
9+
rails-dom-testing (~> 1.0, >= 1.0.5)
10+
actionpack (4.2.0)
11+
actionview (= 4.2.0)
12+
activesupport (= 4.2.0)
13+
rack (~> 1.6.0)
14+
rack-test (~> 0.6.2)
15+
rails-dom-testing (~> 1.0, >= 1.0.5)
16+
rails-html-sanitizer (~> 1.0, >= 1.0.1)
17+
actionview (4.2.0)
18+
activesupport (= 4.2.0)
19+
builder (~> 3.1)
20+
erubis (~> 2.7.0)
21+
rails-dom-testing (~> 1.0, >= 1.0.5)
22+
rails-html-sanitizer (~> 1.0, >= 1.0.1)
23+
activejob (4.2.0)
24+
activesupport (= 4.2.0)
25+
globalid (>= 0.3.0)
26+
activemodel (4.2.0)
27+
activesupport (= 4.2.0)
28+
builder (~> 3.1)
29+
activerecord (4.2.0)
30+
activemodel (= 4.2.0)
31+
activesupport (= 4.2.0)
32+
arel (~> 6.0)
33+
activesupport (4.2.0)
34+
i18n (~> 0.7)
35+
json (~> 1.7, >= 1.7.7)
36+
minitest (~> 5.1)
37+
thread_safe (~> 0.3, >= 0.3.4)
38+
tzinfo (~> 1.1)
39+
addressable (2.7.0)
40+
public_suffix (>= 2.0.2, < 5.0)
41+
arel (6.0.4)
42+
binding_of_caller (0.8.0)
43+
debug_inspector (>= 0.0.1)
44+
builder (3.2.4)
45+
byebug (10.0.2)
46+
capybara (3.1.1)
47+
addressable
48+
mini_mime (>= 0.1.3)
49+
nokogiri (~> 1.8)
50+
rack (>= 1.6.0)
51+
rack-test (>= 0.6.3)
52+
xpath (~> 3.0)
53+
childprocess (0.9.0)
54+
ffi (~> 1.0, >= 1.0.11)
55+
cliver (0.3.2)
56+
coffee-rails (4.1.1)
57+
coffee-script (>= 2.2.0)
58+
railties (>= 4.0.0, < 5.1.x)
59+
coffee-script (2.4.1)
60+
coffee-script-source
61+
execjs
62+
coffee-script-source (1.12.2)
63+
concurrent-ruby (1.1.6)
64+
crass (1.0.6)
65+
database_cleaner (1.8.3)
66+
debug_inspector (0.0.3)
67+
diff-lcs (1.3)
68+
email_spec (2.2.0)
69+
htmlentities (~> 4.3.3)
70+
launchy (~> 2.1)
71+
mail (~> 2.7)
72+
erubis (2.7.0)
73+
execjs (2.7.0)
74+
faker (1.9.1)
75+
i18n (>= 0.7)
76+
ffi (1.12.2)
77+
globalid (0.4.2)
78+
activesupport (>= 4.2.0)
79+
htmlentities (4.3.4)
80+
i18n (0.9.5)
81+
concurrent-ruby (~> 1.0)
82+
jbuilder (2.9.1)
83+
activesupport (>= 4.2.0)
84+
jquery-rails (4.3.5)
85+
rails-dom-testing (>= 1, < 3)
86+
railties (>= 4.2.0)
87+
thor (>= 0.14, < 2.0)
88+
json (1.8.6)
89+
launchy (2.4.3)
90+
addressable (~> 2.3)
91+
loofah (2.4.0)
92+
crass (~> 1.0.2)
93+
nokogiri (>= 1.5.9)
94+
mail (2.7.1)
95+
mini_mime (>= 0.1.1)
96+
mini_mime (1.0.2)
97+
mini_portile2 (2.4.0)
98+
minitest (5.14.0)
99+
nokogiri (1.9.1)
100+
mini_portile2 (~> 2.4.0)
101+
poltergeist (1.18.1)
102+
capybara (>= 2.1, < 4)
103+
cliver (~> 0.3.1)
104+
websocket-driver (>= 0.2.0)
105+
public_suffix (3.1.1)
106+
rack (1.6.13)
107+
rack-test (0.6.3)
108+
rack (>= 1.0)
109+
rails (4.2.0)
110+
actionmailer (= 4.2.0)
111+
actionpack (= 4.2.0)
112+
actionview (= 4.2.0)
113+
activejob (= 4.2.0)
114+
activemodel (= 4.2.0)
115+
activerecord (= 4.2.0)
116+
activesupport (= 4.2.0)
117+
bundler (>= 1.3.0, < 2.0)
118+
railties (= 4.2.0)
119+
sprockets-rails
120+
rails-deprecated_sanitizer (1.0.3)
121+
activesupport (>= 4.2.0.alpha)
122+
rails-dom-testing (1.0.9)
123+
activesupport (>= 4.2.0, < 5.0)
124+
nokogiri (~> 1.6)
125+
rails-deprecated_sanitizer (>= 1.0.1)
126+
rails-html-sanitizer (1.3.0)
127+
loofah (~> 2.3)
128+
railties (4.2.0)
129+
actionpack (= 4.2.0)
130+
activesupport (= 4.2.0)
131+
rake (>= 0.8.7)
132+
thor (>= 0.18.1, < 2.0)
133+
rake (13.0.1)
134+
rb-fsevent (0.10.3)
135+
rb-inotify (0.10.1)
136+
ffi (~> 1.0)
137+
rdoc (4.3.0)
138+
rspec-core (3.9.1)
139+
rspec-support (~> 3.9.1)
140+
rspec-expectations (3.9.0)
141+
diff-lcs (>= 1.2.0, < 2.0)
142+
rspec-support (~> 3.9.0)
143+
rspec-mocks (3.9.1)
144+
diff-lcs (>= 1.2.0, < 2.0)
145+
rspec-support (~> 3.9.0)
146+
rspec-rails (3.9.0)
147+
actionpack (>= 3.0)
148+
activesupport (>= 3.0)
149+
railties (>= 3.0)
150+
rspec-core (~> 3.9.0)
151+
rspec-expectations (~> 3.9.0)
152+
rspec-mocks (~> 3.9.0)
153+
rspec-support (~> 3.9.0)
154+
rspec-support (3.9.2)
155+
rubyzip (1.3.0)
156+
sass (3.7.4)
157+
sass-listen (~> 4.0.0)
158+
sass-listen (4.0.0)
159+
rb-fsevent (~> 0.9, >= 0.9.4)
160+
rb-inotify (~> 0.9, >= 0.9.7)
161+
sass-rails (5.0.7)
162+
railties (>= 4.0.0, < 6)
163+
sass (~> 3.1)
164+
sprockets (>= 2.8, < 4.0)
165+
sprockets-rails (>= 2.0, < 4.0)
166+
tilt (>= 1.1, < 3)
167+
sdoc (0.4.2)
168+
json (~> 1.7, >= 1.7.7)
169+
rdoc (~> 4.0)
170+
selenium-webdriver (3.141.0)
171+
childprocess (~> 0.5)
172+
rubyzip (~> 1.2, >= 1.2.2)
173+
spork (1.0.0rc4)
174+
spork-rails (4.0.0)
175+
rails (>= 3.0.0, < 5)
176+
spork (>= 1.0rc0)
177+
spring (2.0.2)
178+
activesupport (>= 4.2)
179+
sprockets (3.7.2)
180+
concurrent-ruby (~> 1.0)
181+
rack (> 1, < 3)
182+
sprockets-rails (3.2.1)
183+
actionpack (>= 4.0)
184+
activesupport (>= 4.0)
185+
sprockets (>= 3.0.0)
186+
sqlite3 (1.3.13)
187+
thor (1.0.1)
188+
thread_safe (0.3.6)
189+
tilt (2.0.10)
190+
turbolinks (5.2.1)
191+
turbolinks-source (~> 5.2)
192+
turbolinks-source (5.2.0)
193+
tzinfo (1.2.6)
194+
thread_safe (~> 0.1)
195+
uglifier (4.2.0)
196+
execjs (>= 0.3.0, < 3)
197+
web-console (2.3.0)
198+
activemodel (>= 4.0)
199+
binding_of_caller (>= 0.7.2)
200+
railties (>= 4.0)
201+
sprockets-rails (>= 2.0, < 4.0)
202+
websocket-driver (0.7.1)
203+
websocket-extensions (>= 0.1.0)
204+
websocket-extensions (0.1.4)
205+
xpath (3.1.0)
206+
nokogiri (~> 1.8)
207+
208+
PLATFORMS
209+
ruby
210+
211+
DEPENDENCIES
212+
byebug
213+
capybara
214+
coffee-rails (~> 4.1.0)
215+
database_cleaner
216+
email_spec
217+
faker
218+
jbuilder (~> 2.0)
219+
jquery-rails
220+
launchy
221+
poltergeist
222+
rails (= 4.2.0)
223+
rspec-rails
224+
sass-rails (~> 5.0)
225+
sdoc (~> 0.4.0)
226+
selenium-webdriver
227+
spork-rails
228+
spring
229+
sqlite3 (~> 1.3.6)
230+
turbolinks
231+
uglifier (>= 1.3.0)
232+
web-console (~> 2.0)
233+
234+
BUNDLED WITH
235+
1.16.6

0 commit comments

Comments
 (0)
Please sign in to comment.