Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 18274f3

Browse files
committedJan 29, 2018
Railsify
1 parent c42ac03 commit 18274f3

Some content is hidden

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

62 files changed

+1119
-1
lines changed
 

‎Gemfile

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
source 'https://rubygems.org'
2+
3+
git_source(:github) do |repo_name|
4+
repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/")
5+
"https://github.com/#{repo_name}.git"
6+
end
7+
8+
gem 'rails', '~> 5.1.4'
9+
gem 'sqlite3'
10+
gem 'puma', '~> 3.7'
11+
gem 'sass-rails', '~> 5.0'
12+
gem 'uglifier', '>= 1.3.0'
13+
gem 'coffee-rails', '~> 4.2'
14+
gem 'turbolinks', '~> 5'
15+
gem 'jbuilder', '~> 2.5'
16+
17+
group :development, :test do
18+
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
19+
gem 'capybara', '~> 2.13'
20+
gem 'selenium-webdriver'
21+
end
22+
23+
group :development do
24+
gem 'web-console', '>= 3.3.0'
25+
gem 'listen', '>= 3.0.5', '< 3.2'
26+
gem 'spring'
27+
gem 'spring-watcher-listen', '~> 2.0.0'
28+
end
29+
30+
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]

‎Gemfile.lock

+196
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,196 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
actioncable (5.1.4)
5+
actionpack (= 5.1.4)
6+
nio4r (~> 2.0)
7+
websocket-driver (~> 0.6.1)
8+
actionmailer (5.1.4)
9+
actionpack (= 5.1.4)
10+
actionview (= 5.1.4)
11+
activejob (= 5.1.4)
12+
mail (~> 2.5, >= 2.5.4)
13+
rails-dom-testing (~> 2.0)
14+
actionpack (5.1.4)
15+
actionview (= 5.1.4)
16+
activesupport (= 5.1.4)
17+
rack (~> 2.0)
18+
rack-test (>= 0.6.3)
19+
rails-dom-testing (~> 2.0)
20+
rails-html-sanitizer (~> 1.0, >= 1.0.2)
21+
actionview (5.1.4)
22+
activesupport (= 5.1.4)
23+
builder (~> 3.1)
24+
erubi (~> 1.4)
25+
rails-dom-testing (~> 2.0)
26+
rails-html-sanitizer (~> 1.0, >= 1.0.3)
27+
activejob (5.1.4)
28+
activesupport (= 5.1.4)
29+
globalid (>= 0.3.6)
30+
activemodel (5.1.4)
31+
activesupport (= 5.1.4)
32+
activerecord (5.1.4)
33+
activemodel (= 5.1.4)
34+
activesupport (= 5.1.4)
35+
arel (~> 8.0)
36+
activesupport (5.1.4)
37+
concurrent-ruby (~> 1.0, >= 1.0.2)
38+
i18n (~> 0.7)
39+
minitest (~> 5.1)
40+
tzinfo (~> 1.1)
41+
addressable (2.5.2)
42+
public_suffix (>= 2.0.2, < 4.0)
43+
arel (8.0.0)
44+
bindex (0.5.0)
45+
builder (3.2.3)
46+
byebug (10.0.0)
47+
capybara (2.17.0)
48+
addressable
49+
mini_mime (>= 0.1.3)
50+
nokogiri (>= 1.3.3)
51+
rack (>= 1.0.0)
52+
rack-test (>= 0.5.4)
53+
xpath (>= 2.0, < 4.0)
54+
childprocess (0.8.0)
55+
ffi (~> 1.0, >= 1.0.11)
56+
coffee-rails (4.2.2)
57+
coffee-script (>= 2.2.0)
58+
railties (>= 4.0.0)
59+
coffee-script (2.4.1)
60+
coffee-script-source
61+
execjs
62+
coffee-script-source (1.12.2)
63+
concurrent-ruby (1.0.5)
64+
crass (1.0.3)
65+
erubi (1.7.0)
66+
execjs (2.7.0)
67+
ffi (1.9.18)
68+
globalid (0.4.1)
69+
activesupport (>= 4.2.0)
70+
i18n (0.9.3)
71+
concurrent-ruby (~> 1.0)
72+
jbuilder (2.7.0)
73+
activesupport (>= 4.2.0)
74+
multi_json (>= 1.2)
75+
listen (3.1.5)
76+
rb-fsevent (~> 0.9, >= 0.9.4)
77+
rb-inotify (~> 0.9, >= 0.9.7)
78+
ruby_dep (~> 1.2)
79+
loofah (2.1.1)
80+
crass (~> 1.0.2)
81+
nokogiri (>= 1.5.9)
82+
mail (2.7.0)
83+
mini_mime (>= 0.1.1)
84+
method_source (0.9.0)
85+
mini_mime (1.0.0)
86+
mini_portile2 (2.3.0)
87+
minitest (5.11.3)
88+
multi_json (1.13.1)
89+
nio4r (2.2.0)
90+
nokogiri (1.8.2)
91+
mini_portile2 (~> 2.3.0)
92+
public_suffix (3.0.1)
93+
puma (3.11.2)
94+
rack (2.0.3)
95+
rack-test (0.8.2)
96+
rack (>= 1.0, < 3)
97+
rails (5.1.4)
98+
actioncable (= 5.1.4)
99+
actionmailer (= 5.1.4)
100+
actionpack (= 5.1.4)
101+
actionview (= 5.1.4)
102+
activejob (= 5.1.4)
103+
activemodel (= 5.1.4)
104+
activerecord (= 5.1.4)
105+
activesupport (= 5.1.4)
106+
bundler (>= 1.3.0)
107+
railties (= 5.1.4)
108+
sprockets-rails (>= 2.0.0)
109+
rails-dom-testing (2.0.3)
110+
activesupport (>= 4.2.0)
111+
nokogiri (>= 1.6)
112+
rails-html-sanitizer (1.0.3)
113+
loofah (~> 2.0)
114+
railties (5.1.4)
115+
actionpack (= 5.1.4)
116+
activesupport (= 5.1.4)
117+
method_source
118+
rake (>= 0.8.7)
119+
thor (>= 0.18.1, < 2.0)
120+
rake (12.3.0)
121+
rb-fsevent (0.10.2)
122+
rb-inotify (0.9.10)
123+
ffi (>= 0.5.0, < 2)
124+
ruby_dep (1.5.0)
125+
rubyzip (1.2.1)
126+
sass (3.5.5)
127+
sass-listen (~> 4.0.0)
128+
sass-listen (4.0.0)
129+
rb-fsevent (~> 0.9, >= 0.9.4)
130+
rb-inotify (~> 0.9, >= 0.9.7)
131+
sass-rails (5.0.7)
132+
railties (>= 4.0.0, < 6)
133+
sass (~> 3.1)
134+
sprockets (>= 2.8, < 4.0)
135+
sprockets-rails (>= 2.0, < 4.0)
136+
tilt (>= 1.1, < 3)
137+
selenium-webdriver (3.8.0)
138+
childprocess (~> 0.5)
139+
rubyzip (~> 1.0)
140+
spring (2.0.2)
141+
activesupport (>= 4.2)
142+
spring-watcher-listen (2.0.1)
143+
listen (>= 2.7, < 4.0)
144+
spring (>= 1.2, < 3.0)
145+
sprockets (3.7.1)
146+
concurrent-ruby (~> 1.0)
147+
rack (> 1, < 3)
148+
sprockets-rails (3.2.1)
149+
actionpack (>= 4.0)
150+
activesupport (>= 4.0)
151+
sprockets (>= 3.0.0)
152+
sqlite3 (1.3.13)
153+
thor (0.20.0)
154+
thread_safe (0.3.6)
155+
tilt (2.0.8)
156+
turbolinks (5.1.0)
157+
turbolinks-source (~> 5.1)
158+
turbolinks-source (5.1.0)
159+
tzinfo (1.2.4)
160+
thread_safe (~> 0.1)
161+
uglifier (4.1.5)
162+
execjs (>= 0.3.0, < 3)
163+
web-console (3.5.1)
164+
actionview (>= 5.0)
165+
activemodel (>= 5.0)
166+
bindex (>= 0.4.0)
167+
railties (>= 5.0)
168+
websocket-driver (0.6.5)
169+
websocket-extensions (>= 0.1.0)
170+
websocket-extensions (0.1.3)
171+
xpath (3.0.0)
172+
nokogiri (~> 1.8)
173+
174+
PLATFORMS
175+
ruby
176+
177+
DEPENDENCIES
178+
byebug
179+
capybara (~> 2.13)
180+
coffee-rails (~> 4.2)
181+
jbuilder (~> 2.5)
182+
listen (>= 3.0.5, < 3.2)
183+
puma (~> 3.7)
184+
rails (~> 5.1.4)
185+
sass-rails (~> 5.0)
186+
selenium-webdriver
187+
spring
188+
spring-watcher-listen (~> 2.0.0)
189+
sqlite3
190+
turbolinks (~> 5)
191+
tzinfo-data
192+
uglifier (>= 1.3.0)
193+
web-console (>= 3.3.0)
194+
195+
BUNDLED WITH
196+
1.15.4

0 commit comments

Comments
 (0)
Please sign in to comment.