about summary refs log tree commit diff stats
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2017-06-24 14:20:22 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2017-06-24 14:20:22 -0400
commit5581530930129d7854ed5d99d058939ad9c790c2 (patch)
tree157515f64b34a86e0f6d33dc641e06a7ecc2982c /Gemfile.lock
downloadthoughts-5581530930129d7854ed5d99d058939ad9c790c2.tar.gz
thoughts-5581530930129d7854ed5d99d058939ad9c790c2.tar.bz2
thoughts-5581530930129d7854ed5d99d058939ad9c790c2.zip
Initial commit
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock191
1 files changed, 191 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..7b51875 --- /dev/null +++ b/Gemfile.lock
@@ -0,0 +1,191 @@
1GEM
2 remote: https://rubygems.org/
3 specs:
4 actioncable (5.1.1)
5 actionpack (= 5.1.1)
6 nio4r (~> 2.0)
7 websocket-driver (~> 0.6.1)
8 actionmailer (5.1.1)
9 actionpack (= 5.1.1)
10 actionview (= 5.1.1)
11 activejob (= 5.1.1)
12 mail (~> 2.5, >= 2.5.4)
13 rails-dom-testing (~> 2.0)
14 actionpack (5.1.1)
15 actionview (= 5.1.1)
16 activesupport (= 5.1.1)
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.1)
22 activesupport (= 5.1.1)
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.1)
28 activesupport (= 5.1.1)
29 globalid (>= 0.3.6)
30 activemodel (5.1.1)
31 activesupport (= 5.1.1)
32 activerecord (5.1.1)
33 activemodel (= 5.1.1)
34 activesupport (= 5.1.1)
35 arel (~> 8.0)
36 activesupport (5.1.1)
37 concurrent-ruby (~> 1.0, >= 1.0.2)
38 i18n (~> 0.7)
39 minitest (~> 5.1)
40 tzinfo (~> 1.1)
41 addressable (2.5.1)
42 public_suffix (~> 2.0, >= 2.0.2)
43 arel (8.0.0)
44 bindex (0.5.0)
45 builder (3.2.3)
46 byebug (9.0.6)
47 capybara (2.14.3)
48 addressable
49 mime-types (>= 1.16)
50 nokogiri (>= 1.3.3)
51 rack (>= 1.0.0)
52 rack-test (>= 0.5.4)
53 xpath (~> 2.0)
54 childprocess (0.7.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 erubi (1.6.0)
65 execjs (2.7.0)
66 ffi (1.9.18)
67 globalid (0.4.0)
68 activesupport (>= 4.2.0)
69 i18n (0.8.4)
70 jbuilder (2.7.0)
71 activesupport (>= 4.2.0)
72 multi_json (>= 1.2)
73 listen (3.1.5)
74 rb-fsevent (~> 0.9, >= 0.9.4)
75 rb-inotify (~> 0.9, >= 0.9.7)
76 ruby_dep (~> 1.2)
77 loofah (2.0.3)
78 nokogiri (>= 1.5.9)
79 mail (2.6.6)
80 mime-types (>= 1.16, < 4)
81 method_source (0.8.2)
82 mime-types (3.1)
83 mime-types-data (~> 3.2015)
84 mime-types-data (3.2016.0521)
85 mini_portile2 (2.2.0)
86 minitest (5.10.2)
87 multi_json (1.12.1)
88 nio4r (2.1.0)
89 nokogiri (1.8.0)
90 mini_portile2 (~> 2.2.0)
91 public_suffix (2.0.5)
92 puma (3.9.1)
93 rack (2.0.3)
94 rack-test (0.6.3)
95 rack (>= 1.0)
96 rails (5.1.1)
97 actioncable (= 5.1.1)
98 actionmailer (= 5.1.1)
99 actionpack (= 5.1.1)
100 actionview (= 5.1.1)
101 activejob (= 5.1.1)
102 activemodel (= 5.1.1)
103 activerecord (= 5.1.1)
104 activesupport (= 5.1.1)
105 bundler (>= 1.3.0, < 2.0)
106 railties (= 5.1.1)
107 sprockets-rails (>= 2.0.0)
108 rails-dom-testing (2.0.3)
109 activesupport (>= 4.2.0)
110 nokogiri (>= 1.6)
111 rails-html-sanitizer (1.0.3)
112 loofah (~> 2.0)
113 railties (5.1.1)
114 actionpack (= 5.1.1)
115 activesupport (= 5.1.1)
116 method_source
117 rake (>= 0.8.7)
118 thor (>= 0.18.1, < 2.0)
119 rake (12.0.0)
120 rb-fsevent (0.9.8)
121 rb-inotify (0.9.10)
122 ffi (>= 0.5.0, < 2)
123 ruby_dep (1.5.0)
124 rubyzip (1.2.1)
125 sass (3.4.24)
126 sass-rails (5.0.6)
127 railties (>= 4.0.0, < 6)
128 sass (~> 3.1)
129 sprockets (>= 2.8, < 4.0)
130 sprockets-rails (>= 2.0, < 4.0)
131 tilt (>= 1.1, < 3)
132 selenium-webdriver (3.4.3)
133 childprocess (~> 0.5)
134 rubyzip (~> 1.0)
135 spring (2.0.2)
136 activesupport (>= 4.2)
137 spring-watcher-listen (2.0.1)
138 listen (>= 2.7, < 4.0)
139 spring (>= 1.2, < 3.0)
140 sprockets (3.7.1)
141 concurrent-ruby (~> 1.0)
142 rack (> 1, < 3)
143 sprockets-rails (3.2.0)
144 actionpack (>= 4.0)
145 activesupport (>= 4.0)
146 sprockets (>= 3.0.0)
147 sqlite3 (1.3.13)
148 thor (0.19.4)
149 thread_safe (0.3.6)
150 tilt (2.0.7)
151 turbolinks (5.0.1)
152 turbolinks-source (~> 5)
153 turbolinks-source (5.0.3)
154 tzinfo (1.2.3)
155 thread_safe (~> 0.1)
156 uglifier (3.2.0)
157 execjs (>= 0.3.0, < 3)
158 web-console (3.5.1)
159 actionview (>= 5.0)
160 activemodel (>= 5.0)
161 bindex (>= 0.4.0)
162 railties (>= 5.0)
163 websocket-driver (0.6.5)
164 websocket-extensions (>= 0.1.0)
165 websocket-extensions (0.1.2)
166 xpath (2.1.0)
167 nokogiri (~> 1.3)
168
169PLATFORMS
170 ruby
171
172DEPENDENCIES
173 byebug
174 capybara (~> 2.13)
175 coffee-rails (~> 4.2)
176 jbuilder (~> 2.5)
177 listen (>= 3.0.5, < 3.2)
178 puma (~> 3.7)
179 rails (~> 5.1.1)
180 sass-rails (~> 5.0)
181 selenium-webdriver
182 spring
183 spring-watcher-listen (~> 2.0.0)
184 sqlite3
185 turbolinks (~> 5)
186 tzinfo-data
187 uglifier (>= 1.3.0)
188 web-console (>= 3.3.0)
189
190BUNDLED WITH
191 1.15.1