parsley/Gemfile.lock

270 lines
6.7 KiB
Plaintext
Raw Normal View History

2016-01-12 18:43:00 -06:00
GEM
remote: https://rubygems.org/
specs:
2022-02-02 21:12:27 -06:00
actioncable (6.1.4.4)
actionpack (= 6.1.4.4)
activesupport (= 6.1.4.4)
2018-03-29 01:57:00 -05:00
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
2022-02-02 21:12:27 -06:00
actionmailbox (6.1.4.4)
actionpack (= 6.1.4.4)
activejob (= 6.1.4.4)
activerecord (= 6.1.4.4)
activestorage (= 6.1.4.4)
activesupport (= 6.1.4.4)
2020-05-02 14:12:04 -05:00
mail (>= 2.7.1)
2022-02-02 21:12:27 -06:00
actionmailer (6.1.4.4)
actionpack (= 6.1.4.4)
actionview (= 6.1.4.4)
activejob (= 6.1.4.4)
activesupport (= 6.1.4.4)
2016-01-12 18:43:00 -06:00
mail (~> 2.5, >= 2.5.4)
2016-07-07 17:47:47 -05:00
rails-dom-testing (~> 2.0)
2022-02-02 21:12:27 -06:00
actionpack (6.1.4.4)
actionview (= 6.1.4.4)
activesupport (= 6.1.4.4)
rack (~> 2.0, >= 2.0.9)
2018-03-29 01:57:00 -05:00
rack-test (>= 0.6.3)
2016-07-07 17:47:47 -05:00
rails-dom-testing (~> 2.0)
2020-05-02 14:12:04 -05:00
rails-html-sanitizer (~> 1.0, >= 1.2.0)
2022-02-02 21:12:27 -06:00
actiontext (6.1.4.4)
actionpack (= 6.1.4.4)
activerecord (= 6.1.4.4)
activestorage (= 6.1.4.4)
activesupport (= 6.1.4.4)
2020-05-02 14:12:04 -05:00
nokogiri (>= 1.8.5)
2022-02-02 21:12:27 -06:00
actionview (6.1.4.4)
activesupport (= 6.1.4.4)
2016-01-12 18:43:00 -06:00
builder (~> 3.1)
2018-03-29 01:57:00 -05:00
erubi (~> 1.4)
2016-07-07 17:47:47 -05:00
rails-dom-testing (~> 2.0)
2020-05-02 14:12:04 -05:00
rails-html-sanitizer (~> 1.1, >= 1.2.0)
2022-02-02 21:12:27 -06:00
activejob (6.1.4.4)
activesupport (= 6.1.4.4)
2016-07-07 17:47:47 -05:00
globalid (>= 0.3.6)
2022-02-02 21:12:27 -06:00
activemodel (6.1.4.4)
activesupport (= 6.1.4.4)
activerecord (6.1.4.4)
activemodel (= 6.1.4.4)
activesupport (= 6.1.4.4)
activestorage (6.1.4.4)
actionpack (= 6.1.4.4)
activejob (= 6.1.4.4)
activerecord (= 6.1.4.4)
activesupport (= 6.1.4.4)
marcel (~> 1.0.0)
2022-02-02 21:12:27 -06:00
mini_mime (>= 1.1.0)
activesupport (6.1.4.4)
2016-07-07 17:47:47 -05:00
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
bcrypt (3.1.16)
2022-02-02 15:55:24 -06:00
bootsnap (1.10.3)
msgpack (~> 1.2)
2020-01-18 18:07:07 -06:00
builder (3.2.4)
2020-08-06 20:26:45 -05:00
coderay (1.1.3)
2022-02-02 15:55:24 -06:00
concurrent-ruby (1.1.9)
2020-01-18 18:07:07 -06:00
crass (1.0.6)
dalli (2.7.11)
database_cleaner (2.0.1)
database_cleaner-active_record (~> 2.0.0)
database_cleaner-active_record (2.0.1)
activerecord (>= 5.a)
database_cleaner-core (~> 2.0.0)
database_cleaner-core (2.0.1)
2022-02-02 15:55:24 -06:00
diff-lcs (1.5.0)
erubi (1.10.0)
factory_bot (6.2.0)
activesupport (>= 5.0.0)
factory_bot_rails (6.2.0)
factory_bot (~> 6.2.0)
railties (>= 5.0.0)
2022-02-02 15:55:24 -06:00
ffi (1.15.5)
formatador (1.1.0)
globalid (1.0.0)
activesupport (>= 5.0)
2020-04-12 13:11:00 -05:00
guard (2.16.2)
formatador (>= 0.2.4)
2016-07-07 17:47:47 -05:00
listen (>= 2.7, < 4.0)
2018-03-21 13:06:12 -05:00
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)
2016-09-17 12:28:02 -05:00
guard-rspec (4.7.3)
guard (~> 2.1)
guard-compat (~> 1.1)
rspec (>= 2.99.0, < 4.0)
2022-02-02 15:55:24 -06:00
i18n (1.9.1)
2018-03-21 13:06:12 -05:00
concurrent-ruby (~> 1.0)
2022-02-02 15:55:24 -06:00
kaminari (1.2.2)
2018-03-30 14:31:09 -05:00
activesupport (>= 4.1.0)
2022-02-02 15:55:24 -06:00
kaminari-actionview (= 1.2.2)
kaminari-activerecord (= 1.2.2)
kaminari-core (= 1.2.2)
kaminari-actionview (1.2.2)
2018-03-30 14:31:09 -05:00
actionview
2022-02-02 15:55:24 -06:00
kaminari-core (= 1.2.2)
kaminari-activerecord (1.2.2)
2018-03-30 14:31:09 -05:00
activerecord
2022-02-02 15:55:24 -06:00
kaminari-core (= 1.2.2)
kaminari-core (1.2.2)
2016-01-14 15:22:15 -06:00
liner (0.2.4)
2022-02-02 15:55:24 -06:00
listen (3.7.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
2022-02-02 15:55:24 -06:00
loofah (2.13.0)
2018-03-21 13:06:12 -05:00
crass (~> 1.0.2)
2016-01-12 18:43:00 -06:00
nokogiri (>= 1.5.9)
lumberjack (1.2.8)
2019-02-02 15:32:42 -06:00
mail (2.7.1)
2018-03-21 13:06:12 -05:00
mini_mime (>= 0.1.1)
2022-02-02 15:55:24 -06:00
marcel (1.0.2)
2016-01-14 15:22:15 -06:00
memoizable (0.4.2)
thread_safe (~> 0.3, >= 0.3.1)
2020-04-12 13:11:00 -05:00
method_source (1.0.0)
2022-02-02 21:12:27 -06:00
mini_mime (1.1.2)
2022-02-02 15:55:24 -06:00
mini_portile2 (2.7.1)
minitest (5.15.0)
msgpack (1.4.4)
2016-03-09 11:51:27 -06:00
nenv (0.3.0)
2022-02-02 15:55:24 -06:00
nio4r (2.5.8)
nokogiri (1.13.1)
mini_portile2 (~> 2.7.0)
racc (~> 1.4)
2019-08-05 18:54:49 -05:00
notiffany (0.1.3)
nenv (~> 0.1)
shellany (~> 0.0)
2022-02-02 15:55:24 -06:00
oj (3.11.8)
2018-03-21 13:06:12 -05:00
parslet (1.8.2)
2020-04-12 13:11:00 -05:00
pg (1.2.3)
pry (0.14.1)
2020-04-12 13:11:00 -05:00
coderay (~> 1.1)
method_source (~> 1.0)
2022-02-02 15:55:24 -06:00
puma (5.6.1)
2019-08-05 18:54:49 -05:00
nio4r (~> 2.0)
2022-02-02 15:55:24 -06:00
racc (1.6.0)
2020-08-06 20:26:45 -05:00
rack (2.2.3)
2022-02-02 15:55:24 -06:00
rack-proxy (0.7.2)
2018-03-29 01:57:00 -05:00
rack
2018-09-05 11:00:35 -05:00
rack-test (1.1.0)
2018-03-29 01:57:00 -05:00
rack (>= 1.0, < 3)
2022-02-02 21:12:27 -06:00
rails (6.1.4.4)
actioncable (= 6.1.4.4)
actionmailbox (= 6.1.4.4)
actionmailer (= 6.1.4.4)
actionpack (= 6.1.4.4)
actiontext (= 6.1.4.4)
actionview (= 6.1.4.4)
activejob (= 6.1.4.4)
activemodel (= 6.1.4.4)
activerecord (= 6.1.4.4)
activestorage (= 6.1.4.4)
activesupport (= 6.1.4.4)
bundler (>= 1.15.0)
2022-02-02 21:12:27 -06:00
railties (= 6.1.4.4)
2016-07-07 17:47:47 -05:00
sprockets-rails (>= 2.0.0)
2020-08-06 20:26:45 -05:00
rails-controller-testing (1.0.5)
actionpack (>= 5.0.1.rc1)
actionview (>= 5.0.1.rc1)
activesupport (>= 5.0.1.rc1)
2018-03-21 13:06:12 -05:00
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
2022-02-02 15:55:24 -06:00
rails-html-sanitizer (1.4.2)
loofah (~> 2.3)
2022-02-02 21:12:27 -06:00
railties (6.1.4.4)
actionpack (= 6.1.4.4)
activesupport (= 6.1.4.4)
2016-07-07 17:47:47 -05:00
method_source
2022-02-02 21:12:27 -06:00
rake (>= 0.13)
thor (~> 1.0)
2022-02-02 15:55:24 -06:00
rake (13.0.6)
rb-fsevent (0.11.0)
2020-01-18 18:07:07 -06:00
rb-inotify (0.10.1)
2019-02-02 15:32:42 -06:00
ffi (~> 1.0)
redcarpet (3.5.1)
rspec (3.10.0)
rspec-core (~> 3.10.0)
rspec-expectations (~> 3.10.0)
rspec-mocks (~> 3.10.0)
2022-02-02 15:55:24 -06:00
rspec-core (3.10.2)
rspec-support (~> 3.10.0)
2022-02-02 15:55:24 -06:00
rspec-expectations (3.10.2)
2016-01-12 18:43:00 -06:00
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
2022-02-02 15:55:24 -06:00
rspec-mocks (3.10.3)
2016-01-12 18:43:00 -06:00
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
2022-02-02 15:55:24 -06:00
rspec-rails (5.0.3)
actionpack (>= 5.2)
activesupport (>= 5.2)
railties (>= 5.2)
rspec-core (~> 3.10)
rspec-expectations (~> 3.10)
rspec-mocks (~> 3.10)
rspec-support (~> 3.10)
2022-02-02 15:55:24 -06:00
rspec-support (3.10.3)
semantic_range (3.0.0)
shellany (0.0.1)
2016-01-14 15:22:15 -06:00
signed_multiset (0.2.1)
2020-08-06 20:26:45 -05:00
sprockets (4.0.2)
2016-01-12 18:43:00 -06:00
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
2022-02-02 15:55:24 -06:00
sprockets-rails (3.4.2)
actionpack (>= 5.2)
activesupport (>= 5.2)
2016-01-12 18:43:00 -06:00
sprockets (>= 3.0.0)
2020-01-18 18:07:07 -06:00
sqlite3 (1.4.2)
2022-02-02 15:55:24 -06:00
thor (1.2.1)
thread_safe (0.3.6)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
2022-02-02 15:55:24 -06:00
tzinfo-data (1.2021.5)
2018-03-21 13:35:18 -05:00
tzinfo (>= 1.0.0)
2018-03-21 13:06:12 -05:00
unitwise (2.2.0)
2016-01-14 15:22:15 -06:00
liner (~> 0.2)
memoizable (~> 0.4)
parslet (~> 1.5)
signed_multiset (~> 0.2)
2022-02-02 21:12:27 -06:00
webpacker (5.4.3)
2020-05-02 14:12:04 -05:00
activesupport (>= 5.2)
2018-03-29 01:57:00 -05:00
rack-proxy (>= 0.6.1)
2020-05-02 14:12:04 -05:00
railties (>= 5.2)
semantic_range (>= 2.3.0)
2022-02-02 15:55:24 -06:00
websocket-driver (0.7.5)
2016-07-07 17:47:47 -05:00
websocket-extensions (>= 0.1.0)
2020-08-06 20:26:45 -05:00
websocket-extensions (0.1.5)
2022-02-02 15:55:24 -06:00
zeitwerk (2.5.4)
2016-01-12 18:43:00 -06:00
PLATFORMS
ruby
DEPENDENCIES
bcrypt (~> 3.1.16)
2018-03-29 01:57:00 -05:00
bootsnap (>= 1.1.0)
dalli (~> 2.7.11)
database_cleaner (~> 2.0.1)
factory_bot_rails (~> 6.2.0)
2020-05-02 14:12:04 -05:00
guard (~> 2.16.2)
guard-rspec
kaminari (~> 1.2.1)
oj (~> 3.11.5)
pg (~> 1.2.3)
puma (~> 5.3)
2022-02-02 21:12:27 -06:00
rails (= 6.1.4.4)
2016-10-14 12:19:00 -05:00
rails-controller-testing
redcarpet (~> 3.5.1)
rspec-rails (~> 5.0.1)
2020-01-18 18:07:07 -06:00
sqlite3 (~> 1.4.2)
2018-03-21 13:35:18 -05:00
tzinfo-data
2018-03-21 13:06:12 -05:00
unitwise (~> 2.2.0)
2022-02-02 21:12:27 -06:00
webpacker (= 5.4.3)
BUNDLED WITH
2.2.17