1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/Gemfile.lock

467 lines
11 KiB
Text
Raw Normal View History

GIT
remote: https://github.com/QueueClassic/queue_classic.git
2017-07-19 19:04:53 -04:00
revision: cde82d17ded2799ed726dd7b0df6ce1fd4c1b7da
branch: master
specs:
2016-01-28 14:57:08 -05:00
queue_classic (3.2.0.RC1)
pg (>= 0.17, < 0.20)
2017-07-07 15:16:39 -04:00
GIT
remote: https://github.com/erikhuda/thor.git
revision: df5ba2b653a28087b3617d6c082b00866b0c0d6c
specs:
thor (0.19.4)
GIT
remote: https://github.com/matthewd/rb-inotify.git
revision: 856730aad4b285969e8dd621e44808a7c5af4242
branch: close-handling
specs:
rb-inotify (0.9.9)
ffi (~> 1.0)
GIT
remote: https://github.com/matthewd/websocket-client-simple.git
revision: e161305f1a466b9398d86df3b1731b03362da91b
branch: close-race
specs:
websocket-client-simple (0.3.0)
event_emitter
websocket
2017-03-21 19:41:39 -04:00
GIT
remote: https://github.com/rails/arel.git
Refactor Active Record to let Arel manage bind params A common source of bugs and code bloat within Active Record has been the need for us to maintain the list of bind values separately from the AST they're associated with. This makes any sort of AST manipulation incredibly difficult, as any time we want to potentially insert or remove an AST node, we need to traverse the entire tree to find where the associated bind parameters are. With this change, the bind parameters now live on the AST directly. Active Record does not need to know or care about them until the final AST traversal for SQL construction. Rather than returning just the SQL, the Arel collector will now return both the SQL and the bind parameters. At this point the connection adapter will have all the values that it had before. A bit of this code is janky and something I'd like to refactor later. In particular, I don't like how we're handling associations in the predicate builder, the special casing of `StatementCache::Substitute` in `QueryAttribute`, or generally how we're handling bind value replacement in the statement cache when prepared statements are disabled. This also mostly reverts #26378, as it moved all the code into a location that I wanted to delete. /cc @metaskills @yahonda, this change will affect the adapters Fixes #29766. Fixes #29804. Fixes #26541. Close #28539. Close #24769. Close #26468. Close #26202. There are probably other issues/PRs that can be closed because of this commit, but that's all I could find on the first few pages.
2017-07-24 08:19:35 -04:00
revision: 7a29220c689feb0581e21d5324b85fc2f201ac5e
2017-03-21 19:41:39 -04:00
specs:
arel (8.0.0)
GIT
remote: https://github.com/rails/sass-rails.git
revision: bb5c1d34e8acad2e2960cc785184ffe17d7b3bca
branch: 5-0-stable
specs:
sass-rails (5.0.6)
railties (>= 4.0.0, < 6)
sass (~> 3.1)
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
PATH
remote: .
specs:
2017-03-21 19:41:39 -04:00
actioncable (5.2.0.alpha)
actionpack (= 5.2.0.alpha)
nio4r (~> 2.0)
websocket-driver (~> 0.6.1)
2017-03-21 19:41:39 -04:00
actionmailer (5.2.0.alpha)
actionpack (= 5.2.0.alpha)
actionview (= 5.2.0.alpha)
activejob (= 5.2.0.alpha)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0)
2017-03-21 19:41:39 -04:00
actionpack (5.2.0.alpha)
actionview (= 5.2.0.alpha)
activesupport (= 5.2.0.alpha)
2016-06-30 14:10:22 -04:00
rack (~> 2.0)
2017-07-19 19:04:53 -04:00
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
2017-03-21 19:41:39 -04:00
actionview (5.2.0.alpha)
activesupport (= 5.2.0.alpha)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.3)
2017-03-21 19:41:39 -04:00
activejob (5.2.0.alpha)
activesupport (= 5.2.0.alpha)
globalid (>= 0.3.6)
2017-03-21 19:41:39 -04:00
activemodel (5.2.0.alpha)
activesupport (= 5.2.0.alpha)
activerecord (5.2.0.alpha)
activemodel (= 5.2.0.alpha)
activesupport (= 5.2.0.alpha)
arel (~> 8.0)
2017-03-21 19:41:39 -04:00
activesupport (5.2.0.alpha)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (~> 0.7)
minitest (~> 5.1)
tzinfo (~> 1.1)
2017-03-21 19:41:39 -04:00
rails (5.2.0.alpha)
actioncable (= 5.2.0.alpha)
actionmailer (= 5.2.0.alpha)
actionpack (= 5.2.0.alpha)
actionview (= 5.2.0.alpha)
activejob (= 5.2.0.alpha)
activemodel (= 5.2.0.alpha)
activerecord (= 5.2.0.alpha)
activesupport (= 5.2.0.alpha)
2017-07-04 14:54:26 -04:00
bundler (>= 1.3.0)
2017-03-21 19:41:39 -04:00
railties (= 5.2.0.alpha)
sprockets-rails (>= 2.0.0)
2017-03-21 19:41:39 -04:00
railties (5.2.0.alpha)
actionpack (= 5.2.0.alpha)
activesupport (= 5.2.0.alpha)
method_source
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
GEM
remote: https://rubygems.org/
specs:
addressable (2.5.1)
public_suffix (~> 2.0, >= 2.0.2)
2017-07-19 19:04:53 -04:00
amq-protocol (2.2.0)
2016-11-27 22:12:33 -05:00
ast (2.3.0)
2017-07-19 19:04:53 -04:00
backburner (1.4.1)
2015-08-09 23:30:03 -04:00
beaneater (~> 1.0)
concurrent-ruby (~> 1.0.1)
2015-08-09 23:30:03 -04:00
dante (> 0.1.5)
2016-03-10 14:28:02 -05:00
bcrypt (3.1.11)
bcrypt (3.1.11-x64-mingw32)
bcrypt (3.1.11-x86-mingw32)
2015-08-09 23:30:03 -04:00
beaneater (1.0.0)
benchmark-ips (2.7.2)
2016-12-26 07:46:01 -05:00
blade (0.7.0)
activesupport (>= 3.0.0)
blade-qunit_adapter (~> 2.0.1)
coffee-script
coffee-script-source
curses (~> 1.0.0)
eventmachine
faye
sprockets (>= 3.0)
thin (>= 1.6.0)
thor (~> 0.19.1)
useragent (~> 0.16.7)
blade-qunit_adapter (2.0.1)
2017-07-19 19:04:53 -04:00
blade-sauce_labs_plugin (0.7.1)
childprocess
faraday
selenium-webdriver
2017-07-19 19:04:53 -04:00
bootsnap (1.1.2)
msgpack (~> 1.0)
builder (3.2.3)
2017-07-19 19:04:53 -04:00
bunny (2.6.6)
amq-protocol (>= 2.1.0)
byebug (9.0.6)
2017-07-19 19:04:53 -04:00
capybara (2.14.4)
addressable
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (~> 2.0)
2017-07-19 19:04:53 -04:00
childprocess (0.7.1)
ffi (~> 1.0, >= 1.0.11)
2017-07-19 19:04:53 -04:00
coffee-rails (4.2.2)
2016-06-30 13:35:25 -04:00
coffee-script (>= 2.2.0)
2017-07-19 19:04:53 -04:00
railties (>= 4.0.0)
2015-08-09 23:30:03 -04:00
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.12.2)
2017-04-16 11:40:00 -04:00
concurrent-ruby (1.0.5)
2016-12-26 07:46:01 -05:00
connection_pool (2.2.1)
cookiejar (0.3.3)
curses (1.0.2)
daemons (1.2.4)
dalli (2.7.6)
2015-08-09 23:30:03 -04:00
dante (0.2.0)
2017-05-28 08:33:03 -04:00
delayed_job (4.1.3)
activesupport (>= 3.0, < 5.2)
delayed_job_active_record (4.1.2)
activerecord (>= 3.0, < 5.2)
delayed_job (>= 3.0, < 5)
2016-01-28 14:57:08 -05:00
em-hiredis (0.3.1)
2016-01-24 05:43:40 -05:00
eventmachine (~> 1.0)
2016-01-28 14:57:08 -05:00
hiredis (~> 0.6.0)
em-http-request (1.1.5)
addressable (>= 2.3.4)
cookiejar (!= 0.3.1)
em-socksify (>= 0.3)
eventmachine (>= 1.0.3)
http_parser.rb (>= 0.6.0)
em-socksify (0.3.1)
eventmachine (>= 1.0.0.beta.4)
2017-07-19 19:04:53 -04:00
erubi (1.6.1)
erubis (2.7.0)
2017-07-19 19:04:53 -04:00
et-orbi (1.0.5)
tzinfo
event_emitter (0.2.5)
2017-07-19 19:04:53 -04:00
eventmachine (1.2.3)
eventmachine (1.2.3-x64-mingw32)
eventmachine (1.2.3-x86-mingw32)
execjs (2.7.0)
2017-07-19 19:04:53 -04:00
faraday (0.12.2)
multipart-post (>= 1.2, < 3)
2017-07-19 19:04:53 -04:00
faye (1.2.4)
cookiejar (>= 0.3.0)
em-http-request (>= 0.3.0)
eventmachine (>= 0.12.0)
faye-websocket (>= 0.9.1)
multi_json (>= 1.0.0)
rack (>= 1.0.0)
websocket-driver (>= 0.5.1)
2017-07-19 19:04:53 -04:00
faye-websocket (0.10.7)
eventmachine (>= 0.12.0)
websocket-driver (>= 0.5.1)
2017-07-19 19:04:53 -04:00
ffi (1.9.18)
ffi (1.9.18-x64-mingw32)
ffi (1.9.18-x86-mingw32)
2017-04-16 11:40:00 -04:00
globalid (0.4.0)
activesupport (>= 4.2.0)
2016-01-28 14:57:08 -05:00
hiredis (0.6.1)
http_parser.rb (0.6.0)
2017-07-19 19:04:53 -04:00
i18n (0.8.6)
jquery-rails (4.3.1)
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
2017-07-19 19:04:53 -04:00
json (2.1.0)
2016-12-18 10:13:50 -05:00
kindlerb (1.2.0)
mustache
nokogiri
2017-07-19 19:04:53 -04:00
libxml-ruby (3.0.0)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
2015-08-20 16:43:57 -04:00
loofah (2.0.3)
nokogiri (>= 1.5.9)
2017-07-19 19:04:53 -04:00
mail (2.6.6)
2016-04-27 16:47:22 -04:00
mime-types (>= 1.16, < 4)
metaclass (0.0.4)
2015-01-23 20:34:43 -05:00
method_source (0.8.2)
mime-types (3.1)
2016-04-27 16:47:22 -04:00
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mini_portile2 (2.2.0)
minitest (5.3.3)
mocha (0.14.0)
metaclass (~> 0.0.1)
mono_logger (1.1.0)
msgpack (1.1.0)
msgpack (1.1.0-x64-mingw32)
msgpack (1.1.0-x86-mingw32)
multi_json (1.12.1)
multipart-post (2.0.0)
2017-07-19 19:04:53 -04:00
mustache (1.0.5)
mustermann (1.0.0)
mysql2 (0.4.8)
mysql2 (0.4.8-x64-mingw32)
mysql2 (0.4.8-x86-mingw32)
nio4r (2.1.0)
nokogiri (1.8.0)
mini_portile2 (~> 2.2.0)
nokogiri (1.8.0-x64-mingw32)
mini_portile2 (~> 2.2.0)
nokogiri (1.8.0-x86-mingw32)
mini_portile2 (~> 2.2.0)
parallel (1.11.2)
2017-02-09 21:13:41 -05:00
parser (2.4.0.0)
2016-11-27 22:12:33 -05:00
ast (~> 2.2)
pg (0.19.0)
pg (0.19.0-x64-mingw32)
pg (0.19.0-x86-mingw32)
2016-11-27 22:12:33 -05:00
powerpack (0.1.1)
2017-07-19 19:04:53 -04:00
psych (2.2.4)
2017-01-17 22:10:14 -05:00
public_suffix (2.0.5)
2017-07-19 19:04:53 -04:00
puma (3.9.1)
2016-05-10 00:07:09 -04:00
qu (0.2.0)
multi_json
qu-redis (0.2.0)
qu (= 0.2.0)
redis-namespace
simple_uuid
2017-07-19 19:04:53 -04:00
que (0.13.1)
2015-12-16 13:30:58 -05:00
racc (1.4.14)
2017-05-15 18:25:56 -04:00
rack (2.0.3)
2017-07-19 19:04:53 -04:00
rack-cache (1.7.0)
rack (>= 0.4)
rack-protection (2.0.0)
rack
2017-07-19 19:04:53 -04:00
rack-test (0.7.0)
rack (>= 1.0, < 3)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
2016-01-28 14:57:08 -05:00
rails-html-sanitizer (1.0.3)
2015-03-10 16:31:35 -04:00
loofah (~> 2.0)
rainbow (2.2.2)
rake
2016-12-23 16:00:49 -05:00
rake (12.0.0)
2017-07-19 19:04:53 -04:00
rb-fsevent (0.10.2)
rdoc (5.1.0)
redcarpet (3.2.3)
redis (3.3.3)
2017-07-19 19:04:53 -04:00
redis-namespace (1.5.3)
redis (~> 3.0, >= 3.0.4)
2017-07-19 19:04:53 -04:00
resque (1.27.4)
2017-02-10 01:31:41 -05:00
mono_logger (~> 1.0)
multi_json (~> 1.0)
redis-namespace (~> 1.3)
sinatra (>= 0.9.2)
vegas (~> 0.1.2)
resque-scheduler (4.3.0)
mono_logger (~> 1.0)
redis (~> 3.3)
resque (~> 1.26)
rufus-scheduler (~> 3.2)
2017-05-29 17:16:56 -04:00
rubocop (0.49.1)
parallel (~> 1.10)
2017-01-16 01:34:30 -05:00
parser (>= 2.3.3.1, < 3.0)
2016-11-27 22:12:33 -05:00
powerpack (~> 0.1)
rainbow (>= 1.99.1, < 3.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
ruby-progressbar (1.8.1)
2016-12-26 07:46:01 -05:00
ruby_dep (1.5.0)
2017-07-19 19:04:53 -04:00
rubyzip (1.2.1)
rufus-scheduler (3.4.2)
et-orbi (~> 1.0)
sass (3.5.1)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
sdoc (1.0.0.rc2)
rdoc (~> 5.0)
2017-07-19 19:04:53 -04:00
selenium-webdriver (3.4.4)
childprocess (~> 0.5)
rubyzip (~> 1.0)
2017-07-19 19:04:53 -04:00
sequel (4.48.0)
2015-10-20 13:58:57 -04:00
serverengine (1.5.11)
sigdump (~> 0.2.2)
2017-07-19 19:04:53 -04:00
sidekiq (5.0.4)
2015-12-16 13:30:58 -05:00
concurrent-ruby (~> 1.0)
2015-08-09 23:30:03 -04:00
connection_pool (~> 2.2, >= 2.2.0)
2016-12-26 07:46:01 -05:00
rack-protection (>= 1.5.0)
redis (~> 3.3, >= 3.3.3)
sigdump (0.2.4)
2016-05-10 00:07:09 -04:00
simple_uuid (0.4.0)
2017-07-19 19:04:53 -04:00
sinatra (2.0.0)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.0)
tilt (~> 2.0)
sneakers (2.5.0)
bunny (~> 2.6.4)
2015-10-20 13:58:57 -04:00
serverengine (~> 1.5.11)
thor
2015-04-26 03:44:18 -04:00
thread (~> 0.1.7)
sprockets (3.7.1)
2015-12-16 13:30:58 -05:00
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
2017-07-19 19:04:53 -04:00
sprockets-export (1.0.0)
sprockets-rails (3.2.0)
2015-12-17 15:22:58 -05:00
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
sqlite3 (1.3.13)
sqlite3 (1.3.13-x64-mingw32)
sqlite3 (1.3.13-x86-mingw32)
stackprof (0.2.10)
sucker_punch (2.0.2)
concurrent-ruby (~> 1.0.0)
2017-07-19 19:04:53 -04:00
thin (1.7.2)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
2015-04-26 03:44:18 -04:00
thread (0.1.7)
2017-04-16 11:40:00 -04:00
thread_safe (0.3.6)
tilt (2.0.8)
turbolinks (5.0.1)
2016-06-30 13:18:52 -04:00
turbolinks-source (~> 5)
2017-07-19 19:04:53 -04:00
turbolinks-source (5.0.3)
2017-04-16 11:40:00 -04:00
tzinfo (1.2.3)
thread_safe (~> 0.1)
2017-07-19 19:04:53 -04:00
tzinfo-data (1.2017.2)
tzinfo (>= 1.0.0)
2017-07-19 19:04:53 -04:00
uglifier (3.2.0)
execjs (>= 0.3.0, < 3)
2017-07-19 19:04:53 -04:00
unicode-display_width (1.3.0)
useragent (0.16.8)
vegas (0.1.11)
rack (>= 1.0.0)
2017-07-19 19:04:53 -04:00
w3c_validators (1.3.3)
json (>= 1.8)
2016-12-26 07:46:01 -05:00
nokogiri (~> 1.6)
wdm (0.1.1)
2017-07-19 19:04:53 -04:00
websocket (1.2.4)
websocket-driver (0.6.5)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.2)
xpath (2.1.0)
nokogiri (~> 1.3)
PLATFORMS
ruby
x64-mingw32
x86-mingw32
DEPENDENCIES
activerecord-jdbcmysql-adapter (>= 1.3.0)
activerecord-jdbcpostgresql-adapter (>= 1.3.0)
activerecord-jdbcsqlite3-adapter (>= 1.3.0)
2017-03-21 19:41:39 -04:00
arel!
backburner
2016-03-10 14:28:02 -05:00
bcrypt (~> 3.1.11)
benchmark-ips
blade
blade-sauce_labs_plugin
bootsnap (>= 1.1.0)
byebug
capybara (~> 2.13)
2016-06-30 13:35:25 -04:00
coffee-rails
dalli (>= 2.2.1)
delayed_job
delayed_job_active_record
2016-01-24 05:43:40 -05:00
em-hiredis
erubis (~> 2.7.0)
hiredis
jquery-rails
json (>= 2.0.0)
2016-12-18 10:13:50 -05:00
kindlerb (~> 1.2.0)
libxml-ruby
listen (>= 3.0.5, < 3.2)
minitest (< 5.3.4)
mocha (~> 0.14)
mysql2 (>= 0.4.4)
nokogiri (>= 1.6.8)
pg (>= 0.18.0)
psych (~> 2.0)
puma
qu-redis
que
queue_classic!
racc (>= 1.4.6)
rack-cache (~> 1.2)
rails!
rake (>= 11.1)
rb-inotify!
redcarpet (~> 3.2.3)
2016-01-24 05:43:40 -05:00
redis
2017-02-10 01:31:41 -05:00
resque
resque-scheduler
2017-01-16 01:34:30 -05:00
rubocop (>= 0.47)
sass-rails!
sdoc (> 1.0.0.rc1, < 2.0)
sequel
sidekiq
2015-04-26 03:44:18 -04:00
sneakers
sprockets-export
sqlite3 (~> 1.3.6)
stackprof
sucker_punch
2017-07-07 15:16:39 -04:00
thor!
2016-06-30 13:18:52 -04:00
turbolinks (~> 5)
tzinfo-data
uglifier (>= 1.3.0)
w3c_validators
wdm (>= 0.1.0)
websocket-client-simple!
2015-05-29 01:40:29 -04:00
BUNDLED WITH
1.15.3