alice/Gemfile.lock

315 lines
7.2 KiB
Plaintext
Raw Normal View History

2018-05-29 20:40:45 +00:00
GEM
remote: https://rubygems.org/
specs:
2019-01-07 22:12:25 +00:00
actioncable (5.2.2)
actionpack (= 5.2.2)
2018-05-29 20:40:45 +00:00
nio4r (~> 2.0)
2018-12-09 15:00:31 +00:00
websocket-driver (>= 0.6.1)
2019-01-07 22:12:25 +00:00
actionmailer (5.2.2)
actionpack (= 5.2.2)
actionview (= 5.2.2)
activejob (= 5.2.2)
2018-05-29 20:40:45 +00:00
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0)
2019-01-07 22:12:25 +00:00
actionpack (5.2.2)
actionview (= 5.2.2)
activesupport (= 5.2.2)
2018-05-29 20:40:45 +00:00
rack (~> 2.0)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
2019-01-07 22:12:25 +00:00
actionview (5.2.2)
activesupport (= 5.2.2)
2018-05-29 20:40:45 +00:00
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.3)
2019-01-07 22:12:25 +00:00
activejob (5.2.2)
activesupport (= 5.2.2)
2018-05-29 20:40:45 +00:00
globalid (>= 0.3.6)
2019-01-07 22:12:25 +00:00
activemodel (5.2.2)
activesupport (= 5.2.2)
activerecord (5.2.2)
activemodel (= 5.2.2)
activesupport (= 5.2.2)
2018-12-09 15:00:31 +00:00
arel (>= 9.0)
2019-01-07 22:12:25 +00:00
activestorage (5.2.2)
actionpack (= 5.2.2)
activerecord (= 5.2.2)
2018-12-09 15:00:31 +00:00
marcel (~> 0.3.1)
2019-01-07 22:12:25 +00:00
activesupport (5.2.2)
2018-05-29 20:40:45 +00:00
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
2019-01-20 14:30:01 +00:00
addressable (2.6.0)
2018-08-19 10:21:02 +00:00
public_suffix (>= 2.0.2, < 4.0)
2018-12-09 15:00:31 +00:00
arel (9.0.0)
2018-05-29 20:40:45 +00:00
awesome_print (1.8.0)
2018-12-09 15:00:31 +00:00
better_errors (2.5.0)
2018-05-29 20:40:45 +00:00
coderay (>= 1.0.0)
erubi (>= 1.0.0)
rack (>= 0.9.0)
2018-08-19 10:23:10 +00:00
bindex (0.5.0)
2018-05-29 20:40:45 +00:00
binding_of_caller (0.8.0)
debug_inspector (>= 0.0.1)
2018-12-09 15:00:31 +00:00
bootsnap (1.3.2)
msgpack (~> 1.0)
2018-05-29 20:40:45 +00:00
builder (3.2.3)
byebug (10.0.2)
coderay (1.1.2)
2018-08-19 10:23:10 +00:00
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)
2018-05-29 20:40:45 +00:00
colorize (0.8.1)
2019-01-07 22:12:25 +00:00
concurrent-ruby (1.1.4)
2018-08-19 10:21:02 +00:00
crack (0.4.3)
safe_yaml (~> 1.0.0)
2018-05-29 20:40:45 +00:00
crass (1.0.4)
debug_inspector (0.0.3)
2018-06-10 13:52:22 +00:00
diff-lcs (1.3)
2019-01-20 14:30:01 +00:00
diffy (3.3.0)
dotenv (2.6.0)
dotenv-rails (2.6.0)
dotenv (= 2.6.0)
2018-12-09 15:00:31 +00:00
railties (>= 3.2, < 6.0)
2018-08-19 10:23:10 +00:00
em-websocket (0.5.1)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
2019-01-07 22:12:25 +00:00
erubi (1.8.0)
2018-08-19 10:23:10 +00:00
eventmachine (1.2.7)
execjs (2.7.0)
2019-01-07 22:12:25 +00:00
faraday (0.15.4)
2018-12-09 15:00:31 +00:00
multipart-post (>= 1.2, < 3)
2019-01-07 22:12:25 +00:00
ffi (1.10.0)
2018-08-19 10:23:10 +00:00
formatador (0.2.5)
2019-01-20 14:30:01 +00:00
globalid (0.4.2)
2018-05-29 20:40:45 +00:00
activesupport (>= 4.2.0)
2019-01-07 22:12:25 +00:00
guard (2.15.0)
2018-08-19 10:23:10 +00:00
formatador (>= 0.2.4)
listen (>= 2.7, < 4.0)
lumberjack (>= 1.0.12, < 2.0)
nenv (~> 0.1)
notiffany (~> 0.0)
pry (>= 0.9.12)
shellany (~> 0.0)
thor (>= 0.18.1)
guard-compat (1.2.1)
guard-livereload (2.5.2)
em-websocket (~> 0.5)
guard (~> 2.8)
guard-compat (~> 1.0)
multi_json (~> 1.8)
guard-rails (0.8.1)
guard (~> 2.11)
guard-compat (~> 1.0)
2019-01-07 22:12:25 +00:00
hashdiff (0.3.8)
2018-08-19 10:23:10 +00:00
http_parser.rb (0.6.0)
2019-01-07 22:12:25 +00:00
httparty (0.16.3)
mime-types (~> 3.0)
2018-05-29 20:40:45 +00:00
multi_xml (>= 0.5.2)
2019-01-20 14:30:01 +00:00
i18n (1.5.2)
2018-05-29 20:40:45 +00:00
concurrent-ruby (~> 1.0)
2018-12-09 15:00:31 +00:00
jquery-rails (4.3.3)
2018-08-19 10:23:10 +00:00
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
libv8 (3.16.14.19)
2018-05-29 20:40:45 +00:00
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
2018-12-09 15:00:31 +00:00
loofah (2.2.3)
2018-05-29 20:40:45 +00:00
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
2018-08-19 10:23:10 +00:00
lumberjack (1.0.13)
2018-12-09 15:00:31 +00:00
mail (2.7.1)
2018-05-29 20:40:45 +00:00
mini_mime (>= 0.1.1)
2018-12-09 15:00:31 +00:00
marcel (0.3.3)
mimemagic (~> 0.3.2)
2019-01-07 22:12:25 +00:00
method_source (0.9.2)
mime-types (3.2.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2018.0812)
mimemagic (0.3.3)
2018-12-09 15:00:31 +00:00
mini_mime (1.0.1)
2019-01-07 22:12:25 +00:00
mini_portile2 (2.4.0)
2018-05-29 20:40:45 +00:00
minitest (5.11.3)
2019-01-20 14:30:01 +00:00
msgpack (1.2.6)
2018-08-19 10:23:10 +00:00
multi_json (1.13.1)
2018-05-29 20:40:45 +00:00
multi_xml (0.6.0)
2018-12-09 15:00:31 +00:00
multipart-post (2.0.0)
2018-08-19 10:23:10 +00:00
nenv (0.3.0)
2018-05-29 20:40:45 +00:00
nio4r (2.3.1)
2019-01-20 14:30:01 +00:00
nokogiri (1.10.1)
2019-01-07 22:12:25 +00:00
mini_portile2 (~> 2.4.0)
2018-08-19 10:23:10 +00:00
notiffany (0.1.1)
nenv (~> 0.1)
shellany (~> 0.0)
2019-01-20 14:30:01 +00:00
parallel (1.13.0)
pg (1.1.4)
2019-01-07 22:12:25 +00:00
pry (0.12.2)
2018-05-29 20:40:45 +00:00
coderay (~> 1.1.0)
method_source (~> 0.9.0)
pry-byebug (3.6.0)
byebug (~> 10.0)
pry (~> 0.10)
2019-01-07 22:12:25 +00:00
pry-rails (0.3.9)
2018-05-29 20:40:45 +00:00
pry (>= 0.10.4)
2018-08-19 10:21:02 +00:00
public_suffix (3.0.3)
2018-12-09 15:00:31 +00:00
puma (3.12.0)
2019-01-07 22:12:25 +00:00
rack (2.0.6)
2018-08-19 10:23:10 +00:00
rack-livereload (0.3.17)
rack
2018-12-09 15:00:31 +00:00
rack-test (1.1.0)
2018-05-29 20:40:45 +00:00
rack (>= 1.0, < 3)
2019-01-07 22:12:25 +00:00
rails (5.2.2)
actioncable (= 5.2.2)
actionmailer (= 5.2.2)
actionpack (= 5.2.2)
actionview (= 5.2.2)
activejob (= 5.2.2)
activemodel (= 5.2.2)
activerecord (= 5.2.2)
activestorage (= 5.2.2)
activesupport (= 5.2.2)
2018-05-29 20:40:45 +00:00
bundler (>= 1.3.0)
2019-01-07 22:12:25 +00:00
railties (= 5.2.2)
2018-05-29 20:40:45 +00:00
sprockets-rails (>= 2.0.0)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.0.4)
loofah (~> 2.2, >= 2.2.2)
2019-01-07 22:12:25 +00:00
railties (5.2.2)
actionpack (= 5.2.2)
activesupport (= 5.2.2)
2018-05-29 20:40:45 +00:00
method_source
rake (>= 0.8.7)
2018-12-09 15:00:31 +00:00
thor (>= 0.19.0, < 2.0)
2019-01-07 22:12:25 +00:00
rake (12.3.2)
2018-05-29 20:40:45 +00:00
rb-fsevent (0.10.3)
2019-01-07 22:12:25 +00:00
rb-inotify (0.10.0)
ffi (~> 1.0)
2018-08-19 10:23:10 +00:00
ref (2.0.0)
2018-12-09 15:00:31 +00:00
rspec-core (3.8.0)
rspec-support (~> 3.8.0)
rspec-expectations (3.8.2)
2018-06-10 13:52:22 +00:00
diff-lcs (>= 1.2.0, < 2.0)
2018-12-09 15:00:31 +00:00
rspec-support (~> 3.8.0)
rspec-mocks (3.8.0)
2018-06-10 13:52:22 +00:00
diff-lcs (>= 1.2.0, < 2.0)
2018-12-09 15:00:31 +00:00
rspec-support (~> 3.8.0)
2019-01-20 14:30:01 +00:00
rspec-rails (3.8.2)
2018-06-10 13:52:22 +00:00
actionpack (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
2018-12-09 15:00:31 +00:00
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
rspec-mocks (~> 3.8.0)
rspec-support (~> 3.8.0)
rspec-support (3.8.0)
ruby-xz (1.0.0)
2018-05-29 20:40:45 +00:00
ruby_dep (1.5.0)
2018-08-19 10:21:02 +00:00
safe_yaml (1.0.4)
2019-01-07 22:12:25 +00:00
sass (3.7.3)
2018-08-19 10:23:10 +00:00
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
2018-12-09 15:00:31 +00:00
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)
2019-01-20 14:30:01 +00:00
sentry-raven (2.8.0)
2018-12-09 15:00:31 +00:00
faraday (>= 0.7.6, < 1.0)
2018-08-19 10:23:10 +00:00
shellany (0.0.1)
2018-05-29 20:40:45 +00:00
spring (2.0.2)
activesupport (>= 4.2)
spring-watcher-listen (2.0.1)
listen (>= 2.7, < 4.0)
spring (>= 1.2, < 3.0)
2018-12-09 15:00:31 +00:00
sprockets (3.7.2)
2018-05-29 20:40:45 +00:00
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.2.1)
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
2018-08-19 10:23:10 +00:00
therubyracer (0.12.3)
libv8 (~> 3.16.14.15)
ref
2019-01-07 22:12:25 +00:00
thor (0.20.3)
2018-05-29 20:40:45 +00:00
thread_safe (0.3.6)
2019-01-07 22:12:25 +00:00
tilt (2.0.9)
2018-06-10 14:30:38 +00:00
timecop (0.9.1)
2018-05-29 20:40:45 +00:00
tzinfo (1.2.5)
thread_safe (~> 0.1)
2019-01-07 22:12:25 +00:00
uglifier (4.1.20)
2018-08-19 10:23:10 +00:00
execjs (>= 0.3.0, < 3)
2018-12-09 15:00:31 +00:00
web-console (3.7.0)
2018-08-19 10:23:10 +00:00
actionview (>= 5.0)
activemodel (>= 5.0)
bindex (>= 0.4.0)
railties (>= 5.0)
2019-01-07 22:12:25 +00:00
webmock (3.5.1)
2018-08-19 10:21:02 +00:00
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff
2018-12-09 15:00:31 +00:00
websocket-driver (0.7.0)
2018-05-29 20:40:45 +00:00
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.3)
PLATFORMS
ruby
DEPENDENCIES
awesome_print
better_errors
binding_of_caller
2018-12-09 15:00:31 +00:00
bootsnap
2019-01-20 15:12:59 +00:00
bundler (< 2)
2018-08-19 10:23:10 +00:00
coffee-rails
2018-05-29 20:40:45 +00:00
colorize
2019-01-20 14:30:01 +00:00
diffy
2018-12-09 15:00:31 +00:00
dotenv-rails
2018-08-19 10:23:10 +00:00
guard
guard-livereload
guard-rails
2018-05-29 20:40:45 +00:00
httparty
2018-08-19 10:23:10 +00:00
jquery-rails
listen
2018-05-29 20:40:45 +00:00
nokogiri
parallel
2018-06-10 13:52:22 +00:00
pg
2018-05-29 20:40:45 +00:00
pry-byebug
pry-rails
2018-12-09 15:00:31 +00:00
puma
2018-08-19 10:23:10 +00:00
rack-livereload
2019-01-20 15:12:59 +00:00
rails (~> 5.2.2)
2018-06-10 13:52:22 +00:00
rspec-rails
2018-12-09 15:00:31 +00:00
ruby-xz
sass-rails
sentry-raven
2018-05-29 20:40:45 +00:00
spring
2018-08-19 10:23:10 +00:00
spring-watcher-listen
therubyracer
2018-06-10 13:52:22 +00:00
thor
2018-06-10 14:30:38 +00:00
timecop
2018-05-29 20:40:45 +00:00
tzinfo-data
2018-08-19 10:23:10 +00:00
uglifier
web-console
2018-08-19 10:21:02 +00:00
webmock
2018-05-29 20:40:45 +00:00
2019-01-07 22:12:25 +00:00
RUBY VERSION
2019-01-20 14:30:01 +00:00
ruby 2.6.0p0
2019-01-07 22:12:25 +00:00
2018-05-29 20:40:45 +00:00
BUNDLED WITH
2019-01-20 15:12:59 +00:00
1.17.3