rosa-build/Gemfile.lock

666 lines
16 KiB
Plaintext
Raw Normal View History

2017-06-24 16:17:18 +01:00
GIT
2016-05-22 17:23:26 +01:00
remote: git://github.com/activeadmin/activeadmin.git
2017-06-24 16:17:18 +01:00
revision: 575bc8eeefa9c50a85899058f5d5e42ff461f747
2016-05-22 17:23:26 +01:00
specs:
2017-06-24 16:17:18 +01:00
activeadmin (1.0.0)
arbre (>= 1.1.1)
2016-05-22 17:23:26 +01:00
bourbon
coffee-rails
formtastic (~> 3.1)
formtastic_i18n
2017-06-24 16:17:18 +01:00
inherited_resources (~> 1.7)
2016-05-22 17:23:26 +01:00
jquery-rails
jquery-ui-rails
2017-06-24 16:17:18 +01:00
kaminari (>= 0.15, < 2.0)
railties (>= 4.2, < 5.2)
2016-05-22 17:23:26 +01:00
ransack (~> 1.3)
sass-rails
2017-06-24 16:17:18 +01:00
sprockets (< 4.1)
2016-05-22 17:23:26 +01:00
2016-06-02 23:46:07 +01:00
GIT
remote: https://github.com/DuratarskeyK/kiqit.git
2020-02-04 07:23:08 +00:00
revision: 845f72a90ab8e20b1871b753219d0333733bbe2f
2016-06-02 23:46:07 +01:00
specs:
kiqit (2.4.0)
activerecord
sidekiq
2019-02-10 14:04:34 +00:00
GIT
remote: https://github.com/plataformatec/devise
revision: 45016829d6fce6db42c900a5f7565cd670fd9cc9
specs:
devise (4.6.0)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0, < 6.0)
responders
warden (~> 1.2.3)
2020-01-22 11:07:00 +00:00
PATH
remote: vendor/gems/rails-assets-notifyjs-0.4.2
specs:
rails-assets-notifyjs (0.4.2)
2016-05-22 17:23:26 +01:00
GEM
remote: https://rubygems.org/
specs:
2019-03-26 06:49:14 +00:00
actionmailer (4.2.11.1)
actionpack (= 4.2.11.1)
actionview (= 4.2.11.1)
activejob (= 4.2.11.1)
2016-05-22 17:23:26 +01:00
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 1.0, >= 1.0.5)
2019-03-26 06:49:14 +00:00
actionpack (4.2.11.1)
actionview (= 4.2.11.1)
activesupport (= 4.2.11.1)
2016-05-22 17:23:26 +01:00
rack (~> 1.6)
rack-test (~> 0.6.2)
rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
2019-03-26 06:49:14 +00:00
actionview (4.2.11.1)
activesupport (= 4.2.11.1)
2016-05-22 17:23:26 +01:00
builder (~> 3.1)
erubis (~> 2.7.0)
2017-06-24 16:17:18 +01:00
rails-dom-testing (~> 1.0, >= 1.0.5)
2017-06-23 20:38:06 +01:00
rails-html-sanitizer (~> 1.0, >= 1.0.3)
2019-03-26 06:49:14 +00:00
activejob (4.2.11.1)
activesupport (= 4.2.11.1)
2017-06-24 16:17:18 +01:00
globalid (>= 0.3.0)
2019-03-26 06:49:14 +00:00
activemodel (4.2.11.1)
activesupport (= 4.2.11.1)
2016-05-22 17:23:26 +01:00
builder (~> 3.1)
2019-03-26 06:49:14 +00:00
activerecord (4.2.11.1)
activemodel (= 4.2.11.1)
activesupport (= 4.2.11.1)
2017-06-24 16:17:18 +01:00
arel (~> 6.0)
2019-03-26 06:49:14 +00:00
activesupport (4.2.11.1)
2016-05-22 17:23:26 +01:00
i18n (~> 0.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
2017-06-24 16:03:55 +01:00
addressable (2.5.1)
2017-06-24 16:17:18 +01:00
public_suffix (~> 2.0, >= 2.0.2)
2016-05-22 17:23:26 +01:00
angular-i18n (0.1.2)
2017-06-24 16:17:18 +01:00
angular-rails-templates (1.0.2)
2016-05-22 17:23:26 +01:00
railties (>= 4.2, < 6)
2017-06-24 16:17:18 +01:00
sprockets (>= 3.0, < 5)
2016-05-22 17:23:26 +01:00
tilt
2017-06-24 16:17:18 +01:00
arbre (1.1.1)
2016-05-22 17:23:26 +01:00
activesupport (>= 3.0.0)
2017-06-24 16:17:18 +01:00
arel (6.0.4)
attr_encrypted (3.0.3)
2016-05-22 17:23:26 +01:00
encryptor (~> 3.0.0)
2019-02-10 14:04:34 +00:00
bcrypt (3.1.12)
2016-05-22 17:23:26 +01:00
better_errors (2.1.1)
coderay (>= 1.0.0)
erubis (>= 2.6.6)
rack (>= 0.9.0)
binding_of_caller (0.7.2)
debug_inspector (>= 0.0.1)
2017-06-24 16:17:18 +01:00
bourbon (4.3.4)
2016-05-22 17:23:26 +01:00
sass (~> 3.4)
thor (~> 0.19)
2017-06-24 16:17:18 +01:00
builder (3.2.3)
2016-05-22 17:23:26 +01:00
callsite (0.0.11)
2017-06-24 16:17:18 +01:00
chunky_png (1.3.8)
climate_control (0.2.0)
2016-05-22 17:23:26 +01:00
coderay (1.1.1)
2017-06-24 16:17:18 +01:00
coffee-rails (4.2.2)
2016-05-22 17:23:26 +01:00
coffee-script (>= 2.2.0)
2017-06-24 16:17:18 +01:00
railties (>= 4.0.0)
2016-05-22 17:23:26 +01:00
coffee-script (2.4.1)
coffee-script-source
execjs
2017-06-24 16:17:18 +01:00
coffee-script-source (1.12.2)
2016-05-22 17:23:26 +01:00
compass (1.0.3)
chunky_png (~> 1.2)
compass-core (~> 1.0.2)
compass-import-once (~> 1.0.5)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
sass (>= 3.3.13, < 3.5)
compass-core (1.0.3)
multi_json (~> 1.0)
sass (>= 3.3.0, < 3.5)
compass-import-once (1.0.5)
sass (>= 3.2, < 3.5)
compass-rails (3.0.2)
compass (~> 1.0.0)
sass-rails (< 5.1)
sprockets (< 4.0)
2019-03-26 06:49:14 +00:00
concurrent-ruby (1.1.5)
2017-06-24 13:18:51 +01:00
connection_pool (2.2.1)
2016-05-22 17:23:26 +01:00
crack (0.4.3)
safe_yaml (~> 1.0.0)
2019-03-26 06:49:14 +00:00
crass (1.0.4)
2017-06-24 16:17:18 +01:00
daemons (1.2.4)
debug_inspector (0.0.3)
diff-lcs (1.3)
domain_name (0.5.20170404)
2016-05-22 17:23:26 +01:00
unf (>= 0.0.5, < 1.0.0)
encryptor (3.0.0)
erubis (2.7.0)
2017-06-24 16:17:18 +01:00
et-orbi (1.0.5)
tzinfo
2016-05-22 17:23:26 +01:00
eventmachine (1.0.9.1)
execjs (2.7.0)
2017-06-24 16:17:18 +01:00
factory_girl (4.8.0)
2016-05-22 17:23:26 +01:00
activesupport (>= 3.0.0)
2017-06-24 16:17:18 +01:00
factory_girl_rails (4.8.0)
factory_girl (~> 4.8.0)
2016-05-22 17:23:26 +01:00
railties (>= 3.0.0)
2017-06-24 16:17:18 +01:00
faraday (0.12.1)
2016-05-22 17:23:26 +01:00
multipart-post (>= 1.2, < 3)
2017-06-24 16:17:18 +01:00
faraday-http-cache (2.0.0)
2016-05-22 17:23:26 +01:00
faraday (~> 0.8)
2019-03-26 06:49:14 +00:00
ffi (1.10.0)
2017-06-24 16:17:18 +01:00
formtastic (3.1.5)
2016-05-22 17:23:26 +01:00
actionpack (>= 3.2.13)
formtastic_i18n (0.6.0)
2017-06-24 16:17:18 +01:00
friendly_id (5.2.1)
2016-05-22 17:23:26 +01:00
activerecord (>= 4.0.0)
git-version-bump (0.15.1)
2017-06-24 16:17:18 +01:00
gli (2.16.0)
2019-03-26 06:49:14 +00:00
globalid (0.4.2)
2017-06-24 16:17:18 +01:00
activesupport (>= 4.2.0)
2018-10-06 23:27:52 +01:00
haml (5.0.4)
2017-06-24 16:17:18 +01:00
temple (>= 0.8.0)
2016-05-22 17:23:26 +01:00
tilt
2017-06-24 16:17:18 +01:00
haml-rails (1.0.0)
2016-05-22 17:23:26 +01:00
actionpack (>= 4.0.1)
activesupport (>= 4.0.1)
2017-06-24 16:17:18 +01:00
haml (>= 4.0.6, < 6.0)
2016-05-22 17:23:26 +01:00
html2haml (>= 1.0.1)
railties (>= 4.0.1)
2017-06-24 16:17:18 +01:00
has_scope (0.7.1)
actionpack (>= 4.1, < 5.2)
activesupport (>= 4.1, < 5.2)
hashdiff (0.3.4)
hashie (3.5.5)
2016-05-22 17:23:26 +01:00
hirb (0.7.3)
2017-06-24 16:17:18 +01:00
html2haml (2.2.0)
2016-05-22 17:23:26 +01:00
erubis (~> 2.7.0)
2017-06-24 16:17:18 +01:00
haml (>= 4.0, < 6)
nokogiri (>= 1.6.0)
2016-05-22 17:23:26 +01:00
ruby_parser (~> 3.5)
2017-06-24 16:17:18 +01:00
http-cookie (1.0.3)
2016-05-22 17:23:26 +01:00
domain_name (~> 0.5)
2019-03-26 06:49:14 +00:00
i18n (0.9.5)
concurrent-ruby (~> 1.0)
2017-06-24 16:17:18 +01:00
inherited_resources (1.7.2)
actionpack (>= 3.2, < 5.2.x)
has_scope (~> 0.6)
railties (>= 3.2, < 5.2.x)
2016-05-22 17:23:26 +01:00
responders
2017-06-24 16:17:18 +01:00
its-it (1.3.0)
jbuilder (2.7.0)
activesupport (>= 4.2.0)
multi_json (>= 1.2)
jquery-rails (4.3.1)
2016-05-22 17:23:26 +01:00
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
2017-06-24 16:17:18 +01:00
jquery-ui-rails (6.0.1)
2016-05-22 17:23:26 +01:00
railties (>= 3.2.16)
2017-06-24 16:17:18 +01:00
js-routes (1.3.3)
2016-05-22 17:23:26 +01:00
railties (>= 3.2)
sprockets-rails
2017-06-24 16:17:18 +01:00
json (2.1.0)
jwt (1.5.6)
kaminari (1.0.1)
activesupport (>= 4.1.0)
kaminari-actionview (= 1.0.1)
kaminari-activerecord (= 1.0.1)
kaminari-core (= 1.0.1)
kaminari-actionview (1.0.1)
actionview
kaminari-core (= 1.0.1)
kaminari-activerecord (1.0.1)
activerecord
kaminari-core (= 1.0.1)
kaminari-core (1.0.1)
2016-05-22 17:23:26 +01:00
key_struct (0.4.2)
2017-06-24 16:17:18 +01:00
libv8 (3.16.14.19)
localeapp (2.1.1)
2016-05-22 17:23:26 +01:00
gli
2017-06-24 16:17:18 +01:00
i18n (~> 0.4)
2016-05-22 17:23:26 +01:00
json
rest-client
2019-03-26 06:49:14 +00:00
loofah (2.2.3)
crass (~> 1.0.2)
2016-05-22 17:23:26 +01:00
nokogiri (>= 1.5.9)
2019-03-26 06:49:14 +00:00
mail (2.7.1)
mini_mime (>= 0.1.1)
2017-06-24 16:17:18 +01:00
mailcatcher (0.6.5)
2016-05-22 17:23:26 +01:00
eventmachine (= 1.0.9.1)
mail (~> 2.3)
rack (~> 1.5)
sinatra (~> 1.2)
skinny (~> 0.2.3)
sqlite3 (~> 1.3)
thin (~> 1.5.0)
2017-06-24 16:17:18 +01:00
meta-tags (2.4.1)
actionpack (>= 3.2.0, < 5.2)
meta_request (0.4.3)
2016-05-22 17:23:26 +01:00
callsite (~> 0.0, >= 0.0.11)
2017-06-24 16:17:18 +01:00
rack-contrib (>= 1.1, < 3)
railties (>= 3.0.0, < 5.2.0)
2019-03-26 06:49:14 +00:00
mime-types (3.2.2)
2017-06-24 16:17:18 +01:00
mime-types-data (~> 3.2015)
2019-03-26 06:49:14 +00:00
mime-types-data (3.2018.0812)
mimemagic (0.3.3)
mini_mime (1.0.1)
mini_portile2 (2.4.0)
minitest (5.11.3)
2017-06-24 16:17:18 +01:00
mock_redis (0.17.3)
modware (0.1.3)
2016-05-22 17:23:26 +01:00
key_struct (~> 0.4)
2017-06-23 16:39:33 +01:00
msgpack (1.1.0)
2016-05-22 17:23:26 +01:00
multi_json (1.12.1)
2017-06-24 16:17:18 +01:00
multi_xml (0.6.0)
2016-05-22 17:23:26 +01:00
multipart-post (2.0.0)
nest (1.1.2)
redis
netrc (0.11.0)
ng-rails-csrf (0.1.0)
ngannotate-rails (1.2.2)
execjs
rails (>= 3.1)
nokogiri (1.10.8)
2019-03-26 06:49:14 +00:00
mini_portile2 (~> 2.4.0)
2017-06-24 16:17:18 +01:00
oauth2 (1.4.0)
faraday (>= 0.8, < 0.13)
2016-09-25 23:40:53 +01:00
jwt (~> 1.0)
multi_json (~> 1.3)
multi_xml (~> 0.5)
2017-06-24 16:17:18 +01:00
rack (>= 1.2, < 3)
2017-06-24 15:58:06 +01:00
octokit (4.7.0)
2017-06-24 16:17:18 +01:00
sawyer (~> 0.8.0, >= 0.5.3)
2016-05-22 17:23:26 +01:00
ohm (1.3.2)
nest (~> 1.0)
redis
scrivener (~> 0.0.3)
ohm-expire (0.1.3.2)
ohm (>= 0.1.5)
2017-06-24 16:17:18 +01:00
omniauth (1.6.1)
hashie (>= 3.4.6, < 3.6.0)
rack (>= 1.6.2, < 3)
omniauth-github (1.3.0)
omniauth (~> 1.5)
omniauth-oauth2 (>= 1.4.0, < 2.0)
omniauth-oauth2 (1.4.0)
2016-09-25 23:40:53 +01:00
oauth2 (~> 1.0)
omniauth (~> 1.2)
2016-05-22 17:23:26 +01:00
orm_adapter (0.5.0)
2019-03-26 06:49:14 +00:00
paperclip (5.3.0)
2017-06-24 16:17:18 +01:00
activemodel (>= 4.2.0)
activesupport (>= 4.2.0)
2016-05-22 17:23:26 +01:00
mime-types
2017-06-24 16:17:18 +01:00
mimemagic (~> 0.3.0)
2019-03-26 06:49:14 +00:00
terrapin (~> 0.6.0)
2017-06-24 16:17:18 +01:00
pg (0.21.0)
polyamorous (1.3.1)
2016-05-22 17:23:26 +01:00
activerecord (>= 3.0)
2017-06-24 16:17:18 +01:00
public_suffix (2.0.5)
puma (3.9.1)
2016-05-22 17:23:26 +01:00
pundit (1.1.0)
activesupport (>= 3.0.0)
2017-06-24 16:17:18 +01:00
pygments.rb (1.1.2)
multi_json (>= 1.0.0)
rack (1.6.13)
2016-05-22 17:23:26 +01:00
rack-contrib (1.4.0)
git-version-bump (~> 0.15)
rack (~> 1.4)
2017-06-24 16:17:18 +01:00
rack-mini-profiler (0.10.5)
2016-05-22 17:23:26 +01:00
rack (>= 1.2.0)
2019-03-26 06:49:14 +00:00
rack-protection (1.5.5)
2016-05-22 17:23:26 +01:00
rack
rack-test (0.6.3)
rack (>= 1.0)
rack-throttle (0.3.0)
rack (>= 1.0.0)
rack-utf8_sanitizer (1.3.2)
rack (>= 1.0, < 3.0)
2019-03-26 06:49:14 +00:00
rails (4.2.11.1)
actionmailer (= 4.2.11.1)
actionpack (= 4.2.11.1)
actionview (= 4.2.11.1)
activejob (= 4.2.11.1)
activemodel (= 4.2.11.1)
activerecord (= 4.2.11.1)
activesupport (= 4.2.11.1)
2016-05-22 17:23:26 +01:00
bundler (>= 1.3.0, < 2.0)
2019-03-26 06:49:14 +00:00
railties (= 4.2.11.1)
2016-05-22 17:23:26 +01:00
sprockets-rails
rails-deprecated_sanitizer (1.0.3)
activesupport (>= 4.2.0.alpha)
2019-03-26 06:49:14 +00:00
rails-dom-testing (1.0.9)
activesupport (>= 4.2.0, < 5.0)
2017-06-24 16:17:18 +01:00
nokogiri (~> 1.6)
2016-05-22 17:23:26 +01:00
rails-deprecated_sanitizer (>= 1.0.1)
2019-03-26 06:49:14 +00:00
rails-html-sanitizer (1.0.4)
loofah (~> 2.2, >= 2.2.2)
2016-05-22 17:23:26 +01:00
rails3-generators (1.0.0)
railties (>= 3.0.0)
2019-03-26 06:49:14 +00:00
railties (4.2.11.1)
actionpack (= 4.2.11.1)
activesupport (= 4.2.11.1)
2016-05-22 17:23:26 +01:00
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
2019-03-26 06:49:14 +00:00
rake (12.3.2)
2017-06-23 17:01:40 +01:00
ransack (1.8.3)
2016-05-22 17:23:26 +01:00
actionpack (>= 3.0)
activerecord (>= 3.0)
activesupport (>= 3.0)
i18n
2017-06-24 16:17:18 +01:00
polyamorous (~> 1.3)
2017-06-23 17:01:40 +01:00
rb-fsevent (0.9.8)
rb-inotify (0.9.10)
2017-06-24 16:17:18 +01:00
ffi (>= 0.5.0, < 2)
2016-06-05 20:31:53 +01:00
rbtrace (0.4.8)
ffi (>= 1.0.6)
msgpack (>= 0.4.3)
trollop (>= 1.16.2)
2019-03-26 06:49:14 +00:00
redis (3.3.5)
2017-06-24 16:17:18 +01:00
redis-actionpack (5.0.1)
actionpack (>= 4.0, < 6)
redis-rack (>= 1, < 3)
redis-store (>= 1.1.0, < 1.4.0)
2017-06-24 16:17:18 +01:00
redis-activesupport (5.0.2)
activesupport (>= 3, < 6)
redis-store (~> 1.3.0)
redis-rack (2.0.2)
rack (>= 1.5, < 3)
redis-store (>= 1.2, < 1.4)
redis-rails (5.0.2)
redis-actionpack (>= 5.0, < 6)
redis-activesupport (>= 5.0, < 6)
redis-store (>= 1.2, < 2)
2016-05-22 17:23:26 +01:00
redis-semaphore (0.3.1)
redis
2017-06-24 16:17:18 +01:00
redis-store (1.3.0)
2016-05-22 17:23:26 +01:00
redis (>= 2.2)
ref (2.0.0)
2017-06-24 16:17:18 +01:00
responders (2.4.0)
actionpack (>= 4.2.0, < 5.3)
railties (>= 4.2.0, < 5.3)
rest-client (2.0.2)
2016-05-22 17:23:26 +01:00
http-cookie (>= 1.0.2, < 2.0)
2017-06-24 16:17:18 +01:00
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rr (1.2.1)
2017-06-24 16:17:18 +01:00
rspec-core (3.6.0)
rspec-support (~> 3.6.0)
rspec-expectations (3.6.0)
2016-05-22 17:23:26 +01:00
diff-lcs (>= 1.2.0, < 2.0)
2017-06-24 16:17:18 +01:00
rspec-support (~> 3.6.0)
rspec-mocks (3.6.0)
2016-05-22 17:23:26 +01:00
diff-lcs (>= 1.2.0, < 2.0)
2017-06-24 16:17:18 +01:00
rspec-support (~> 3.6.0)
rspec-rails (3.6.0)
actionpack (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
rspec-core (~> 3.6.0)
rspec-expectations (~> 3.6.0)
rspec-mocks (~> 3.6.0)
rspec-support (~> 3.6.0)
rspec-support (3.6.0)
ruby-graphviz (1.2.3)
2016-05-22 17:23:26 +01:00
ruby-haml-js (0.0.5)
execjs
sprockets (>= 2.0.0)
2017-06-24 16:17:18 +01:00
ruby_parser (3.9.0)
2016-05-22 17:23:26 +01:00
sexp_processor (~> 4.1)
2017-06-24 16:17:18 +01:00
rufus-scheduler (3.4.2)
et-orbi (~> 1.0)
2016-05-22 17:23:26 +01:00
russian (0.6.0)
i18n (>= 0.5.0)
safe_yaml (1.0.4)
2017-06-24 16:17:18 +01:00
sass (3.4.24)
sass-rails (5.0.6)
railties (>= 4.0.0, < 6)
2016-05-22 17:23:26 +01:00
sass (~> 3.1)
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
2017-06-24 15:58:06 +01:00
sawyer (0.8.1)
2017-06-24 16:17:18 +01:00
addressable (>= 2.3.5, < 2.6)
faraday (~> 0.8, < 1.0)
schema_auto_foreign_keys (0.1.3)
its-it (~> 1.2)
2016-05-22 17:23:26 +01:00
schema_plus_foreign_keys (~> 0.1)
schema_plus_indexes (~> 0.2)
2017-06-24 16:17:18 +01:00
schema_monkey (2.1.5)
2016-05-22 17:23:26 +01:00
activerecord (>= 4.2)
modware (~> 0.1)
schema_plus (2.0.1)
activerecord (~> 4.2)
schema_auto_foreign_keys (~> 0.1)
schema_monkey (~> 2.1)
schema_plus_columns (~> 0.1)
schema_plus_core (~> 1.0)
schema_plus_db_default (~> 0.1)
schema_plus_default_expr (~> 0.1)
schema_plus_enums (~> 0.1)
schema_plus_foreign_keys (~> 0.1)
schema_plus_indexes (~> 0.1, >= 0.1.3)
schema_plus_pg_indexes (~> 0.1, >= 0.1.3)
schema_plus_tables (~> 0.1)
schema_plus_views (~> 0.1)
2017-06-24 16:17:18 +01:00
schema_plus_columns (0.1.3)
activerecord (>= 4.2, < 5.1)
its-it (~> 1.2)
schema_plus_core
schema_plus_indexes (~> 0.2)
schema_plus_compatibility (0.2.0)
activerecord (>= 4.2, < 5.1)
schema_monkey (~> 2.1)
schema_plus_core (1.0.2)
2016-05-22 17:23:26 +01:00
activerecord (~> 4.2)
2017-06-24 16:17:18 +01:00
its-it (~> 1.2)
2016-05-22 17:23:26 +01:00
schema_monkey (~> 2.1)
schema_plus_db_default (0.1.1)
activerecord (~> 4.2)
schema_plus_core (~> 1.0)
2017-06-24 16:17:18 +01:00
schema_plus_default_expr (0.1.4)
activerecord (>= 4.2, < 6.0)
its-it (~> 1.2)
schema_plus_core (>= 1.0, < 3.0)
schema_plus_enums (0.1.5)
activerecord (>= 4.2, < 5.1)
its-it (~> 1.2)
schema_plus_core
schema_plus_foreign_keys (0.1.7)
activerecord (>= 4.2, < 5.1)
its-it (~> 1.2)
schema_plus_compatibility (~> 0.2)
schema_plus_core
2016-05-22 17:23:26 +01:00
valuable
2017-06-24 16:17:18 +01:00
schema_plus_indexes (0.2.4)
activerecord (>= 4.2, < 5.1)
its-it (~> 1.2)
schema_plus_core
schema_plus_pg_indexes (0.1.12)
2016-05-22 17:23:26 +01:00
activerecord (~> 4.2)
2017-06-24 16:17:18 +01:00
its-it (~> 1.2)
2016-05-22 17:23:26 +01:00
schema_plus_core (~> 1.0)
schema_plus_indexes (~> 0.1, >= 0.1.3)
schema_plus_tables (0.1.1)
activerecord (~> 4.2)
schema_plus_core (~> 1.0)
schema_plus_views (0.3.1)
activerecord (~> 4.2)
schema_plus_core (~> 1.0)
scrivener (0.0.3)
2018-04-09 12:26:30 +01:00
sentry-raven (2.7.2)
faraday (>= 0.7.6, < 1.0)
2017-06-24 16:17:18 +01:00
sexp_processor (4.9.0)
shotgun (0.9.2)
2016-05-22 17:23:26 +01:00
rack (>= 1.0)
shoulda (3.5.0)
shoulda-context (~> 1.0, >= 1.0.1)
shoulda-matchers (>= 1.4.1, < 3.0)
2017-06-24 16:17:18 +01:00
shoulda-context (1.2.2)
2016-05-22 17:23:26 +01:00
shoulda-matchers (2.8.0)
activesupport (>= 3.0.0)
2017-06-24 16:17:18 +01:00
sidekiq (5.0.3)
2016-05-28 19:21:02 +01:00
concurrent-ruby (~> 1.0)
connection_pool (~> 2.2, >= 2.2.0)
2017-06-24 16:17:18 +01:00
rack-protection (>= 1.5.0)
redis (~> 3.3, >= 3.3.3)
sidekiq-failures (1.0.0)
sidekiq (>= 4.0.0)
sidekiq-scheduler (2.1.6)
2016-05-28 19:21:02 +01:00
redis (~> 3)
2017-06-24 16:17:18 +01:00
rufus-scheduler (~> 3.2)
2016-05-28 19:21:02 +01:00
sidekiq (>= 3)
tilt (>= 1.4.0)
2016-05-22 17:23:26 +01:00
simple_form (3.1.0.rc2)
actionpack (~> 4.0)
activemodel (~> 4.0)
2017-06-24 16:17:18 +01:00
sinatra (1.4.8)
2016-05-22 17:23:26 +01:00
rack (~> 1.5)
rack-protection (~> 1.4)
tilt (>= 1.3, < 3)
skinny (0.2.4)
eventmachine (~> 1.0.0)
thin (>= 1.5, < 1.7)
2017-06-24 15:42:13 +01:00
slim (3.0.8)
2017-06-24 16:17:18 +01:00
temple (>= 0.7.6, < 0.9)
2016-05-22 17:23:26 +01:00
tilt (>= 1.3.3, < 2.1)
soundmanager-rails (1.0.1)
2019-03-26 06:49:14 +00:00
sprockets (3.7.2)
2016-05-22 17:23:26 +01:00
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
2019-03-26 06:49:14 +00:00
sprockets-rails (3.2.1)
2016-05-22 17:23:26 +01:00
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
2017-06-23 17:03:31 +01:00
sqlite3 (1.3.13)
state_machines (0.5.0)
2017-06-24 16:17:18 +01:00
state_machines-activemodel (0.5.0)
activemodel (>= 4.1, < 5.2)
state_machines (>= 0.5.0)
state_machines-activerecord (0.5.0)
activerecord (>= 4.1, < 5.2)
state_machines-activemodel (>= 0.5.0)
2016-05-28 19:21:02 +01:00
state_machines-graphviz (0.0.2)
ruby-graphviz
state_machines
2017-06-23 17:03:31 +01:00
temple (0.8.0)
2019-03-26 06:49:14 +00:00
terrapin (0.6.0)
climate_control (>= 0.0.3, < 1.0)
2017-06-24 16:17:18 +01:00
test_after_commit (1.1.0)
2016-05-22 17:23:26 +01:00
activerecord (>= 3.2)
2017-06-24 16:17:18 +01:00
therubyracer (0.12.3)
libv8 (~> 3.16.14.15)
2016-05-22 17:23:26 +01:00
ref
thin (1.5.1)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
2019-03-26 06:49:14 +00:00
thor (0.20.3)
2017-06-24 16:17:18 +01:00
thread_safe (0.3.6)
tilt (2.0.7)
2016-05-22 17:23:26 +01:00
time_diff (0.3.0)
activesupport
i18n
2017-06-24 16:17:18 +01:00
timecop (0.9.0)
2016-06-05 20:31:53 +01:00
trollop (2.1.2)
2019-03-26 06:49:14 +00:00
tzinfo (1.2.5)
2016-05-22 17:23:26 +01:00
thread_safe (~> 0.1)
2017-06-24 16:17:18 +01:00
uglifier (3.2.0)
2016-05-22 17:23:26 +01:00
execjs (>= 0.3.0, < 3)
unf (0.1.4)
unf_ext
2017-06-24 16:17:18 +01:00
unf_ext (0.0.7.4)
2017-06-23 16:53:50 +01:00
valuable (0.9.13)
warden (1.2.7)
2016-05-22 17:23:26 +01:00
rack (>= 1.0)
2017-06-23 16:53:50 +01:00
webmock (3.0.1)
2017-06-24 16:17:18 +01:00
addressable (>= 2.3.6)
2016-05-22 17:23:26 +01:00
crack (>= 0.3.2)
hashdiff
2017-06-24 16:17:18 +01:00
will_paginate (3.1.6)
2016-05-22 17:23:26 +01:00
PLATFORMS
ruby
DEPENDENCIES
activeadmin!
angular-i18n
angular-rails-templates
attr_encrypted
better_errors
binding_of_caller
coffee-rails
compass-rails
2019-02-10 14:04:34 +00:00
devise!
2016-05-22 17:23:26 +01:00
factory_girl_rails
faraday-http-cache
friendly_id
haml-rails
hirb
jbuilder
js-routes
2016-06-02 23:46:07 +01:00
kiqit!
2016-05-22 17:23:26 +01:00
localeapp
mailcatcher
meta-tags
meta_request
mock_redis
ng-rails-csrf
ngannotate-rails
octokit (~> 4.0)
ohm (~> 1.3.2)
ohm-expire (~> 0.1.3)
2016-09-25 23:40:53 +01:00
omniauth-github
2016-05-22 17:23:26 +01:00
paperclip
pg
puma
pundit
pygments.rb
rack-mini-profiler
rack-throttle (~> 0.3.0)
rack-utf8_sanitizer
rails
2020-01-22 11:07:00 +00:00
rails-assets-notifyjs (= 0.4.2)!
2016-05-22 17:23:26 +01:00
rails3-generators
rake
2016-06-05 20:31:53 +01:00
rbtrace
2016-05-22 17:23:26 +01:00
redis-rails
redis-semaphore
rest-client
rr
rspec-rails
ruby-haml-js
russian
sass-rails
schema_plus
2018-04-09 12:26:30 +01:00
sentry-raven
2016-05-22 17:23:26 +01:00
shotgun
shoulda
shoulda-matchers
2016-05-28 19:21:02 +01:00
sidekiq
2016-05-29 14:51:48 +01:00
sidekiq-failures
2016-05-28 19:21:02 +01:00
sidekiq-scheduler (~> 2.0)
2016-05-22 17:23:26 +01:00
simple_form (= 3.1.0.rc2)
2016-05-28 19:21:02 +01:00
sinatra
2016-05-22 17:23:26 +01:00
slim
soundmanager-rails
sprockets
state_machines-activerecord
2016-05-28 19:21:02 +01:00
state_machines-graphviz
2016-05-22 17:23:26 +01:00
test_after_commit
therubyracer
therubyrhino
time_diff
timecop
uglifier
webmock
will_paginate
BUNDLED WITH
2019-01-11 11:02:49 +00:00
1.17.3