summaryrefslogtreecommitdiff
path: root/Gemfile.lock
blob: ef6650919fac9d098e8bd2508daab3135fce571c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
GIT
  remote: git://github.com/RedstonerServer/highlight_js-rails.git
  revision: 47f60d072950ebf99337e3ffb1a16ec3d4268f69
  specs:
    highlight_js-rails (8.4)
      rails (>= 3.1.1)

GIT
  remote: git://github.com/antulik/actionpack-action_caching.git
  revision: 8c6e52c69315d67437f480da5dce4b7c8737fb32
  ref: 8c6e52c69315d67437f480da5dce4b7c8737fb32
  specs:
    actionpack-action_caching (1.2.0)
      actionpack (>= 4.0.0, < 6)

GIT
  remote: git://github.com/jomo/kaminari.git
  revision: e49066e94d77a6abb03a0819f3c4b0cc6923cb70
  branch: patch-2
  specs:
    kaminari (1.0.0.alpha)
      actionpack (>= 3.0.0)
      activesupport (>= 3.0.0)

GIT
  remote: git://github.com/jomo/mail-gpg.git
  revision: a666b48ee866dfa3eaa700f9c5edf4d195d0f8c9
  ref: a666b48ee866dfa3eaa700f9c5edf4d195d0f8c9
  specs:
    mail-gpg (0.3.1)
      gpgme (~> 2.0, >= 2.0.2)
      mail (~> 2.5, >= 2.5.3)

GIT
  remote: git://github.com/rails/rails.git
  revision: 22aec58a2565a76e0f55d05d045b7a45715c5bb9
  branch: 4-2-stable
  specs:
    actionmailer (4.2.10)
      actionpack (= 4.2.10)
      actionview (= 4.2.10)
      activejob (= 4.2.10)
      mail (~> 2.5, >= 2.5.4)
      rails-dom-testing (~> 1.0, >= 1.0.5)
    actionpack (4.2.10)
      actionview (= 4.2.10)
      activesupport (= 4.2.10)
      rack (~> 1.6)
      rack-test (~> 0.6.2)
      rails-dom-testing (~> 1.0, >= 1.0.5)
      rails-html-sanitizer (~> 1.0, >= 1.0.2)
    actionview (4.2.10)
      activesupport (= 4.2.10)
      builder (~> 3.1)
      erubis (~> 2.7.0)
      rails-dom-testing (~> 1.0, >= 1.0.5)
      rails-html-sanitizer (~> 1.0, >= 1.0.3)
    activejob (4.2.10)
      activesupport (= 4.2.10)
      globalid (>= 0.3.0)
    activemodel (4.2.10)
      activesupport (= 4.2.10)
      builder (~> 3.1)
    activerecord (4.2.10)
      activemodel (= 4.2.10)
      activesupport (= 4.2.10)
      arel (~> 6.0)
    activesupport (4.2.10)
      i18n (~> 0.7)
      minitest (~> 5.1)
      thread_safe (~> 0.3, >= 0.3.4)
      tzinfo (~> 1.1)
    rails (4.2.10)
      actionmailer (= 4.2.10)
      actionpack (= 4.2.10)
      actionview (= 4.2.10)
      activejob (= 4.2.10)
      activemodel (= 4.2.10)
      activerecord (= 4.2.10)
      activesupport (= 4.2.10)
      bundler (>= 1.3.0, < 2.0)
      railties (= 4.2.10)
      sprockets-rails
    railties (4.2.10)
      actionpack (= 4.2.10)
      activesupport (= 4.2.10)
      rake (>= 0.8.7)
      thor (>= 0.18.1, < 2.0)

GEM
  remote: https://rubygems.org/
  specs:
    activerecord-session_store (1.1.1)
      actionpack (>= 4.0)
      activerecord (>= 4.0)
      multi_json (~> 1.11, >= 1.11.2)
      rack (>= 1.5.2, < 3)
      railties (>= 4.0)
    airbrussh (1.3.1)
      sshkit (>= 1.6.1, != 1.7.0)
    arel (6.0.4)
    base32 (0.3.2)
    bcrypt (3.1.12)
    better_errors (2.5.0)
      coderay (>= 1.0.0)
      erubi (>= 1.0.0)
      rack (>= 0.9.0)
    binding_of_caller (0.8.0)
      debug_inspector (>= 0.0.1)
    builder (3.2.3)
    capistrano (3.11.0)
      airbrussh (>= 1.0.0)
      i18n
      rake (>= 10.0.0)
      sshkit (>= 1.9.0)
    capistrano-bundler (1.1.4)
      capistrano (~> 3.1)
      sshkit (~> 1.2)
    capistrano-rails (1.1.8)
      capistrano (~> 3.1)
      capistrano-bundler (~> 1.1)
    capistrano-rbenv (2.1.4)
      capistrano (~> 3.1)
      sshkit (~> 1.3)
    choice (0.2.0)
    coderay (1.1.2)
    coffee-rails (4.2.2)
      coffee-script (>= 2.2.0)
      railties (>= 4.0.0)
    coffee-script (2.4.1)
      coffee-script-source
      execjs
    coffee-script-source (1.12.2)
    concurrent-ruby (1.1.3)
    crass (1.0.4)
    debug_inspector (0.0.3)
    domain_name (0.5.20180417)
      unf (>= 0.0.5, < 1.0.0)
    erubi (1.7.1)
    erubis (2.7.0)
    execjs (2.7.0)
    ffi (1.9.25)
    globalid (0.4.1)
      activesupport (>= 4.2.0)
    gpgme (2.0.16)
      mini_portile2 (~> 2.3)
    hirb (0.7.3)
    http-cookie (1.0.3)
      domain_name (~> 0.5)
    i18n (0.9.5)
      concurrent-ruby (~> 1.0)
    jquery-rails (4.3.3)
      rails-dom-testing (>= 1, < 3)
      railties (>= 4.2.0)
      thor (>= 0.14, < 2.0)
    jquery-textcomplete-rails (0.1.5)
      coffee-rails (>= 3.2.0)
      railties (>= 3.2.0)
      sass-rails (>= 3.2.0)
    kgio (2.11.2)
    loofah (2.2.3)
      crass (~> 1.0.2)
      nokogiri (>= 1.5.9)
    mail (2.7.1)
      mini_mime (>= 0.1.1)
    mime-types (3.2.2)
      mime-types-data (~> 3.2015)
    mime-types-data (3.2018.0812)
    mini_mime (1.0.1)
    mini_portile2 (2.3.0)
    minitest (5.11.3)
    multi_json (1.13.1)
    mysql2 (0.5.2)
    net-scp (1.2.1)
      net-ssh (>= 2.6.5)
    net-ssh (5.0.2)
    netrc (0.11.0)
    nokogiri (1.8.5)
      mini_portile2 (~> 2.3.0)
    nokogumbo (2.0.1)
      nokogiri (~> 1.8, >= 1.8.4)
    rack (1.6.11)
    rack-test (0.6.3)
      rack (>= 1.0)
    rails-deprecated_sanitizer (1.0.3)
      activesupport (>= 4.2.0.alpha)
    rails-dom-testing (1.0.9)
      activesupport (>= 4.2.0, < 5.0)
      nokogiri (~> 1.6)
      rails-deprecated_sanitizer (>= 1.0.1)
    rails-erd (1.5.2)
      activerecord (>= 3.2)
      activesupport (>= 3.2)
      choice (~> 0.2.0)
      ruby-graphviz (~> 1.2)
    rails-html-sanitizer (1.0.4)
      loofah (~> 2.2, >= 2.2.2)
    raindrops (0.19.0)
    rake (12.3.2)
    rb-fsevent (0.10.3)
    rb-inotify (0.9.10)
      ffi (>= 0.5.0, < 2)
    rb-readline (0.5.5)
    redcarpet (3.4.0)
    rest-client (2.0.2)
      http-cookie (>= 1.0.2, < 2.0)
      mime-types (>= 1.16, < 4.0)
      netrc (~> 0.8)
    ruby-graphviz (1.2.4)
    sanitize (5.0.0)
      crass (~> 1.0.2)
      nokogiri (>= 1.8.0)
      nokogumbo (~> 2.0)
    sass (3.7.2)
      sass-listen (~> 4.0.0)
    sass-listen (4.0.0)
      rb-fsevent (~> 0.9, >= 0.9.4)
      rb-inotify (~> 0.9, >= 0.9.7)
    sass-rails (5.0.7)
      railties (>= 4.0.0, < 6)
      sass (~> 3.1)
      sprockets (>= 2.8, < 4.0)
      sprockets-rails (>= 2.0, < 4.0)
      tilt (>= 1.1, < 3)
    sprockets (3.7.2)
      concurrent-ruby (~> 1.0)
      rack (> 1, < 3)
    sprockets-rails (3.2.1)
      actionpack (>= 4.0)
      activesupport (>= 4.0)
      sprockets (>= 3.0.0)
    sqlite3 (1.3.13)
    sshkit (1.18.0)
      net-scp (>= 1.1.2)
      net-ssh (>= 2.8.0)
    strip_attributes (1.8.0)
      activemodel (>= 3.0, < 6.0)
    thor (0.20.3)
    thread_safe (0.3.6)
    tilt (2.0.8)
    totp (1.0.0)
      base32
    tzinfo (1.2.5)
      thread_safe (~> 0.1)
    uglifier (4.1.20)
      execjs (>= 0.3.0, < 3)
    unf (0.1.4)
      unf_ext
    unf_ext (0.0.7.5)
    unicorn (5.4.1)
      kgio (~> 2.6)
      raindrops (~> 0.7)
    webrick (1.4.2)

PLATFORMS
  ruby

DEPENDENCIES
  actionpack-action_caching!
  activerecord-session_store
  bcrypt
  better_errors
  binding_of_caller
  capistrano-bundler (~> 1.1.3)
  capistrano-rails (~> 1.1.2)
  capistrano-rbenv (~> 2.0)
  highlight_js-rails!
  hirb
  jquery-rails
  jquery-textcomplete-rails
  kaminari!
  mail-gpg!
  mysql2
  rails!
  rails-erd
  rb-readline
  redcarpet
  rest-client
  sanitize
  sass-rails
  sqlite3
  strip_attributes
  totp
  tzinfo-data
  uglifier
  unicorn
  webrick

BUNDLED WITH
   1.17.3