clarion/Gemfile.lock

459 lines
11 KiB
Plaintext
Raw Normal View History

2014-07-28 12:34:18 +03:00
GEM
remote: https://rubygems.org/
specs:
2018-11-10 18:08:15 +02:00
actionmailer (4.2.10)
actionpack (= 4.2.10)
actionview (= 4.2.10)
activejob (= 4.2.10)
2014-09-20 16:45:28 +03:00
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 1.0, >= 1.0.5)
2018-11-10 18:08:15 +02:00
actionpack (4.2.10)
actionview (= 4.2.10)
activesupport (= 4.2.10)
rack (~> 1.6)
2014-07-28 12:34:18 +03:00
rack-test (~> 0.6.2)
rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
2018-11-10 18:08:15 +02:00
actionview (4.2.10)
activesupport (= 4.2.10)
2014-07-28 12:34:18 +03:00
builder (~> 3.1)
erubis (~> 2.7.0)
rails-dom-testing (~> 1.0, >= 1.0.5)
2018-11-10 18:08:15 +02:00
rails-html-sanitizer (~> 1.0, >= 1.0.3)
activejob (4.2.10)
activesupport (= 4.2.10)
globalid (>= 0.3.0)
2018-11-10 18:08:15 +02:00
activemodel (4.2.10)
activesupport (= 4.2.10)
2014-07-28 12:34:18 +03:00
builder (~> 3.1)
2018-11-10 18:08:15 +02:00
activerecord (4.2.10)
activemodel (= 4.2.10)
activesupport (= 4.2.10)
arel (~> 6.0)
2018-11-10 18:08:15 +02:00
activesupport (4.2.10)
i18n (~> 0.7)
2014-07-28 12:34:18 +03:00
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
2014-07-28 12:34:18 +03:00
tzinfo (~> 1.1)
2018-11-11 00:06:20 +02:00
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
2016-10-07 02:42:58 +03:00
airbrussh (1.1.1)
2016-07-05 16:53:58 +03:00
sshkit (>= 1.6.1, != 1.7.0)
2018-11-10 18:08:15 +02:00
arel (6.0.4)
2016-07-05 16:53:58 +03:00
ast (2.3.0)
2016-10-17 02:28:58 +03:00
autoprefixer-rails (6.5.1)
2014-09-17 12:42:37 +03:00
execjs
2016-07-05 16:53:58 +03:00
awesome_print (1.7.0)
bcrypt (3.1.11)
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)
2016-10-07 02:42:58 +03:00
bootstrap-sass (3.3.7)
autoprefixer-rails (>= 5.2.1)
sass (>= 3.3.4)
bootstrap-sass-extras (0.0.7)
2014-09-17 12:42:37 +03:00
rails (>= 3.1.0)
bootswatch-rails (3.3.5)
2014-09-17 13:25:50 +03:00
railties (>= 3.1)
2018-11-10 18:08:15 +02:00
builder (3.2.3)
2018-11-11 00:06:20 +02:00
byebug (10.0.2)
2016-10-07 02:42:58 +03:00
capistrano (3.6.1)
2016-07-05 16:53:58 +03:00
airbrussh (>= 1.0.0)
capistrano-harrow
2014-08-31 17:18:10 +03:00
i18n
rake (>= 10.0.0)
2016-07-05 16:53:58 +03:00
sshkit (>= 1.9.0)
2016-10-07 02:42:58 +03:00
capistrano-bundler (1.2.0)
2014-09-20 16:45:28 +03:00
capistrano (~> 3.1)
2014-08-31 17:18:10 +03:00
sshkit (~> 1.2)
2016-10-07 02:42:58 +03:00
capistrano-harrow (0.5.3)
capistrano-rails (1.1.8)
2014-08-31 17:18:10 +03:00
capistrano (~> 3.1)
capistrano-bundler (~> 1.1)
2015-08-25 02:43:19 +03:00
capistrano3-puma (1.2.1)
2015-08-10 21:50:52 +03:00
capistrano (~> 3.0)
puma (>= 2.6)
2018-11-11 00:06:20 +02:00
capybara (3.10.1)
addressable
2018-11-11 00:06:20 +02:00
mini_mime (>= 0.1.3)
nokogiri (~> 1.8)
rack (>= 1.6.0)
rack-test (>= 0.6.3)
regexp_parser (~> 1.2)
xpath (~> 3.2)
2016-07-05 16:53:58 +03:00
carrierwave (0.11.2)
2014-08-31 16:02:56 +03:00
activemodel (>= 3.2.0)
activesupport (>= 3.2.0)
json (>= 1.7)
mime-types (>= 1.16)
2016-07-05 16:53:58 +03:00
mimemagic (>= 0.3.0)
2018-11-11 00:06:20 +02:00
childprocess (0.9.0)
ffi (~> 1.0, >= 1.0.11)
choice (0.2.0)
2017-10-22 23:24:28 +03:00
chunky_png (1.3.8)
coderay (1.1.1)
2016-07-05 16:53:58 +03:00
coffee-rails (4.2.1)
2014-07-28 12:34:18 +03:00
coffee-script (>= 2.2.0)
2016-07-05 16:53:58 +03:00
railties (>= 4.0.0, < 5.2.x)
coffee-script (2.4.1)
2014-07-28 12:34:18 +03:00
coffee-script-source
execjs
coffee-script-source (1.10.0)
2018-11-10 18:08:15 +02:00
concurrent-ruby (1.1.3)
2016-10-07 02:42:58 +03:00
copy_carrierwave_file (1.3.0)
carrierwave (>= 0.9)
2018-11-10 18:08:15 +02:00
crass (1.0.4)
2018-11-11 00:06:20 +02:00
database_cleaner (1.7.0)
debug_inspector (0.0.2)
2016-07-05 16:53:58 +03:00
devise (4.2.0)
2014-07-28 13:40:32 +03:00
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
2016-07-05 16:53:58 +03:00
railties (>= 4.1.0, < 5.1)
2014-10-14 18:27:28 +03:00
responders
2014-07-28 13:40:32 +03:00
warden (~> 1.2.3)
2016-07-05 16:53:58 +03:00
devise-i18n (1.1.0)
2018-11-11 00:06:20 +02:00
diff-lcs (1.3)
docile (1.1.5)
2016-10-07 02:42:58 +03:00
domain_name (0.5.20160826)
2015-10-21 19:17:17 +03:00
unf (>= 0.0.5, < 1.0.0)
2015-04-20 15:56:41 +03:00
easy_translate (0.5.0)
json
thread
thread_safe
2014-07-28 12:34:18 +03:00
erubis (2.7.0)
2016-07-05 16:53:58 +03:00
execjs (2.7.0)
factory_girl (4.7.0)
2014-07-28 12:47:42 +03:00
activesupport (>= 3.0.0)
2016-07-05 16:53:58 +03:00
factory_girl_rails (4.7.0)
factory_girl (~> 4.7.0)
2014-07-28 12:47:42 +03:00
railties (>= 3.0.0)
2016-10-07 02:42:58 +03:00
faker (1.6.6)
2014-07-28 12:47:42 +03:00
i18n (~> 0.5)
2016-10-10 19:51:38 +03:00
faraday (0.9.2)
multipart-post (>= 1.2, < 3)
2016-10-07 02:42:58 +03:00
ffi (1.9.14)
2016-07-05 16:53:58 +03:00
font-awesome-sass (4.6.2)
2015-08-25 02:43:19 +03:00
sass (>= 3.2)
formatador (0.2.5)
2018-11-10 18:08:15 +02:00
globalid (0.4.1)
activesupport (>= 4.2.0)
globalize (5.0.1)
activemodel (>= 4.2.0, < 4.3)
activerecord (>= 4.2.0, < 4.3)
2016-07-05 16:53:58 +03:00
guard (2.14.0)
formatador (>= 0.2.4)
2016-07-05 16:53:58 +03:00
listen (>= 2.7, < 4.0)
lumberjack (~> 1.0)
nenv (~> 0.1)
notiffany (~> 0.0)
pry (>= 0.9.12)
shellany (~> 0.0)
thor (>= 0.18.1)
guard-compat (1.2.1)
2016-10-07 02:42:58 +03:00
guard-rspec (4.7.3)
guard (~> 2.1)
guard-compat (~> 1.1)
rspec (>= 2.99.0, < 4.0)
2015-10-21 18:58:12 +03:00
highline (1.7.8)
2016-10-07 02:42:58 +03:00
http-cookie (1.0.3)
2015-10-21 19:17:17 +03:00
domain_name (~> 0.5)
2018-11-10 18:08:15 +02:00
i18n (0.9.5)
concurrent-ruby (~> 1.0)
i18n-tasks (0.9.5)
activesupport (>= 4.0.2)
ast (>= 2.1.0)
2015-04-20 15:56:41 +03:00
easy_translate (>= 0.5.0)
erubis
2015-08-10 21:50:52 +03:00
highline (>= 1.7.3)
2015-04-20 15:56:41 +03:00
i18n
parser (>= 2.2.3.0)
2015-08-10 21:50:52 +03:00
term-ansicolor (>= 1.3.2)
terminal-table (>= 1.5.1)
2016-10-07 02:42:58 +03:00
jbuilder (2.6.0)
activesupport (>= 3.0.0, < 5.1)
2015-10-08 01:25:01 +03:00
multi_json (~> 1.2)
jquery-datatables-rails (3.4.0)
2014-11-10 14:46:27 +02:00
actionpack (>= 3.1)
2014-10-14 20:34:33 +03:00
jquery-rails
2014-11-10 14:46:27 +02:00
railties (>= 3.1)
2014-10-14 20:34:33 +03:00
sass-rails
2016-10-07 02:42:58 +03:00
jquery-rails (4.2.1)
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
2014-07-28 12:34:18 +03:00
thor (>= 0.14, < 2.0)
2018-11-10 18:08:15 +02:00
json (2.1.0)
2018-11-10 18:05:12 +02:00
libv8 (6.7.288.46.1)
2016-07-05 16:53:58 +03:00
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
2018-11-10 18:08:15 +02:00
loofah (2.2.3)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
lumberjack (1.0.10)
2018-11-10 18:08:15 +02:00
mail (2.7.1)
mini_mime (>= 0.1.1)
method_source (0.8.2)
2016-10-07 02:42:58 +03:00
mime-types (2.99.3)
mimemagic (0.3.2)
2016-07-05 16:53:58 +03:00
mini_magick (4.5.1)
2018-11-10 18:08:15 +02:00
mini_mime (1.0.1)
mini_portile2 (2.3.0)
2018-11-10 18:05:12 +02:00
mini_racer (0.2.4)
libv8 (>= 6.3)
2018-11-10 18:08:15 +02:00
minitest (5.11.3)
2014-10-15 12:58:00 +03:00
morrisjs-rails (0.5.1)
railties (> 3.1, < 5)
2016-07-05 16:53:58 +03:00
multi_json (1.12.1)
2016-10-10 19:51:38 +03:00
multipart-post (2.0.0)
nenv (0.3.0)
2014-10-14 18:27:28 +03:00
nested_form (0.3.2)
2014-08-31 17:18:10 +03:00
net-scp (1.2.1)
net-ssh (>= 2.6.5)
2016-07-05 16:53:58 +03:00
net-ssh (3.2.0)
netrc (0.11.0)
2018-11-10 18:08:15 +02:00
nokogiri (1.8.5)
mini_portile2 (~> 2.3.0)
2016-10-07 02:42:58 +03:00
notiffany (0.1.1)
nenv (~> 0.1)
shellany (~> 0.0)
2014-07-28 13:40:32 +03:00
orm_adapter (0.5.0)
2016-10-07 02:42:58 +03:00
parser (2.3.1.4)
ast (~> 2.2)
2016-10-07 02:42:58 +03:00
pg (0.19.0)
phony (2.15.32)
2016-10-17 02:28:58 +03:00
phony_rails (0.14.4)
activesupport (>= 3.0)
2016-10-17 02:28:58 +03:00
phony (~> 2.15)
2016-10-07 02:42:58 +03:00
pry (0.10.4)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
pry-rails (0.3.4)
pry (>= 0.9.10)
2018-11-11 00:06:20 +02:00
public_suffix (3.0.3)
2017-10-22 20:59:34 +03:00
puma (3.10.0)
quiet_assets (1.1.0)
railties (>= 3.1, < 5.0)
2018-11-10 18:08:15 +02:00
rack (1.6.11)
2015-10-21 19:17:17 +03:00
rack-protection (1.5.3)
rack
rack-test (0.6.3)
2014-07-28 12:34:18 +03:00
rack (>= 1.0)
2018-11-10 18:08:15 +02:00
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)
2014-07-28 12:34:18 +03:00
bundler (>= 1.3.0, < 2.0)
2018-11-10 18:08:15 +02:00
railties (= 4.2.10)
sprockets-rails
rails-deprecated_sanitizer (1.0.3)
activesupport (>= 4.2.0.alpha)
2018-11-10 18:08:15 +02:00
rails-dom-testing (1.0.9)
activesupport (>= 4.2.0, < 5.0)
nokogiri (~> 1.6)
rails-deprecated_sanitizer (>= 1.0.1)
2016-10-07 02:42:58 +03:00
rails-erd (1.5.0)
activerecord (>= 3.2)
activesupport (>= 3.2)
choice (~> 0.2.0)
ruby-graphviz (~> 1.2)
2018-11-10 18:08:15 +02:00
rails-html-sanitizer (1.0.4)
loofah (~> 2.2, >= 2.2.2)
2016-07-05 16:53:58 +03:00
rails-i18n (4.0.9)
i18n (~> 0.7)
2014-09-20 16:45:28 +03:00
railties (~> 4.0)
2018-11-10 18:08:15 +02:00
railties (4.2.10)
actionpack (= 4.2.10)
activesupport (= 4.2.10)
2014-07-28 12:34:18 +03:00
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
2018-11-10 18:08:15 +02:00
rake (12.3.1)
2014-10-15 12:58:00 +03:00
raphael-rails (2.1.2)
rb-fsevent (0.9.7)
rb-inotify (0.9.7)
ffi (>= 0.5.0)
refile (0.6.2)
2015-10-21 19:17:17 +03:00
mime-types
rest-client (~> 1.8)
sinatra (~> 1.4.5)
refile-mini_magick (0.2.0)
mini_magick (~> 4.0)
refile (~> 0.5)
2018-11-11 00:06:20 +02:00
regexp_parser (1.2.0)
2016-10-07 02:42:58 +03:00
responders (2.3.0)
railties (>= 4.2.0, < 5.1)
2015-10-21 19:17:17 +03:00
rest-client (1.8.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 3.0)
netrc (~> 0.7)
2017-10-22 23:24:28 +03:00
rqrcode (0.10.1)
chunky_png (~> 1.0)
2016-07-05 16:53:58 +03:00
rspec (3.5.0)
rspec-core (~> 3.5.0)
rspec-expectations (~> 3.5.0)
rspec-mocks (~> 3.5.0)
2016-10-07 02:42:58 +03:00
rspec-core (3.5.4)
2016-07-05 16:53:58 +03:00
rspec-support (~> 3.5.0)
rspec-expectations (3.5.0)
2014-07-28 12:47:42 +03:00
diff-lcs (>= 1.2.0, < 2.0)
2016-07-05 16:53:58 +03:00
rspec-support (~> 3.5.0)
rspec-mocks (3.5.0)
diff-lcs (>= 1.2.0, < 2.0)
2016-07-05 16:53:58 +03:00
rspec-support (~> 3.5.0)
2016-10-07 02:42:58 +03:00
rspec-rails (3.5.2)
2016-07-05 16:53:58 +03:00
actionpack (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
rspec-core (~> 3.5.0)
rspec-expectations (~> 3.5.0)
rspec-mocks (~> 3.5.0)
rspec-support (~> 3.5.0)
rspec-support (3.5.0)
ruby-graphviz (1.2.2)
2016-10-17 02:28:58 +03:00
ruby_dep (1.5.0)
2018-11-11 00:06:20 +02:00
rubyzip (1.2.2)
2016-07-05 16:53:58 +03:00
sass (3.4.22)
2016-10-07 02:42:58 +03:00
sass-rails (5.0.6)
2016-07-05 16:53:58 +03:00
railties (>= 4.0.0, < 6)
sass (~> 3.1)
sprockets (>= 2.8, < 4.0)
2014-11-22 20:10:06 +02:00
sprockets-rails (>= 2.0, < 4.0)
2015-09-17 15:51:42 +03:00
tilt (>= 1.1, < 3)
search_object (1.1.1)
2018-11-11 00:06:20 +02:00
selenium-webdriver (3.141.0)
childprocess (~> 0.5)
rubyzip (~> 1.2, >= 1.2.2)
shellany (0.0.1)
2016-10-07 02:42:58 +03:00
simple_form (3.3.1)
actionpack (> 4, < 5.1)
activemodel (> 4, < 5.1)
2016-07-05 16:53:58 +03:00
simplecov (0.12.0)
docile (~> 1.1.0)
2016-07-05 16:53:58 +03:00
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.0)
sinatra (1.4.7)
rack (~> 1.5)
2015-10-21 19:17:17 +03:00
rack-protection (~> 1.4)
tilt (>= 1.3, < 3)
2016-07-05 16:53:58 +03:00
slim (3.0.7)
temple (~> 0.7.6)
2014-07-28 12:47:42 +03:00
tilt (>= 1.3.3, < 2.1)
2016-10-07 02:42:58 +03:00
slim-rails (3.1.1)
2016-07-05 16:53:58 +03:00
actionpack (>= 3.1)
railties (>= 3.1)
slim (~> 3.0)
slop (3.6.0)
2016-10-07 02:42:58 +03:00
spring (2.0.0)
activesupport (>= 4.2)
spring-commands-rspec (1.0.4)
2014-07-28 12:47:42 +03:00
spring (>= 0.9.1)
2018-11-10 18:08:15 +02:00
sprockets (3.7.2)
concurrent-ruby (~> 1.0)
2015-10-05 15:25:40 +03:00
rack (> 1, < 3)
2018-11-10 18:08:15 +02:00
sprockets-rails (3.2.1)
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
2016-10-10 19:51:38 +03:00
sqlite3 (1.3.12)
2016-10-07 02:42:58 +03:00
sshkit (1.11.3)
2014-08-31 17:18:10 +03:00
net-scp (>= 1.1.2)
net-ssh (>= 2.8.0)
2016-07-05 16:53:58 +03:00
temple (0.7.7)
2016-10-07 02:42:58 +03:00
term-ansicolor (1.4.0)
2015-04-20 15:56:41 +03:00
tins (~> 1.0)
2016-10-07 02:42:58 +03:00
terminal-table (1.7.3)
unicode-display_width (~> 1.1.1)
2018-11-10 18:08:15 +02:00
thor (0.20.3)
thread (0.2.2)
2018-11-10 18:08:15 +02:00
thread_safe (0.3.6)
2016-07-05 16:53:58 +03:00
tilt (2.0.5)
2016-10-07 02:42:58 +03:00
tins (1.12.0)
2018-11-10 18:08:15 +02:00
tzinfo (1.2.5)
2014-07-28 12:34:18 +03:00
thread_safe (~> 0.1)
2016-10-07 02:42:58 +03:00
uglifier (3.0.2)
2016-07-05 16:53:58 +03:00
execjs (>= 0.3.0, < 3)
2015-10-21 19:17:17 +03:00
unf (0.1.4)
unf_ext
unf_ext (0.0.7.2)
2016-10-07 02:42:58 +03:00
unicode-display_width (1.1.1)
warden (1.2.6)
2014-07-28 13:40:32 +03:00
rack (>= 1.0)
2018-11-11 00:06:20 +02:00
xpath (3.2.0)
nokogiri (~> 1.8)
2016-10-07 02:42:58 +03:00
yaml_db (0.4.2)
rails (>= 3.0, < 5.1)
2015-10-21 18:58:12 +03:00
rake (>= 0.8.7)
2014-07-28 12:34:18 +03:00
PLATFORMS
ruby
DEPENDENCIES
2014-09-17 12:42:37 +03:00
autoprefixer-rails
awesome_print
better_errors
binding_of_caller
2014-09-17 12:42:37 +03:00
bootstrap-sass
bootstrap-sass-extras
2014-09-17 13:25:50 +03:00
bootswatch-rails
2018-11-11 00:06:20 +02:00
byebug
2014-08-31 17:18:10 +03:00
capistrano
capistrano-rails
2015-08-10 21:50:52 +03:00
capistrano3-puma
2014-07-28 12:47:42 +03:00
capybara
2014-08-31 16:02:56 +03:00
carrierwave
2014-07-28 12:47:42 +03:00
coffee-rails
copy_carrierwave_file
2018-11-11 00:06:20 +02:00
database_cleaner
2014-07-28 13:40:32 +03:00
devise
devise-i18n
2014-07-28 12:47:42 +03:00
factory_girl_rails
faker
2016-10-11 01:52:19 +03:00
faraday
2015-04-09 00:10:04 +03:00
font-awesome-sass
2014-11-22 20:10:06 +02:00
globalize
guard-rspec
2015-04-20 15:56:41 +03:00
i18n-tasks
2015-10-08 01:25:01 +03:00
jbuilder
2014-10-14 20:34:33 +03:00
jquery-datatables-rails
2014-07-28 12:34:18 +03:00
jquery-rails
2018-11-11 00:06:20 +02:00
mini_magick
mini_racer
2014-10-15 12:58:00 +03:00
morrisjs-rails
2014-10-14 18:27:28 +03:00
nested_form
2014-07-28 12:47:42 +03:00
pg
phony_rails
pry-rails
2014-08-31 17:24:10 +03:00
puma
quiet_assets
2018-11-10 18:08:15 +02:00
rails (~> 4.2.6)
2014-08-07 14:01:57 +03:00
rails-erd
2014-07-28 12:47:42 +03:00
rails-i18n
2014-10-15 12:58:00 +03:00
raphael-rails
2015-10-21 19:17:17 +03:00
refile
refile-mini_magick
2017-10-22 23:24:28 +03:00
rqrcode
2014-07-28 12:47:42 +03:00
rspec-rails
sass-rails
search_object
2018-11-11 00:06:20 +02:00
selenium-webdriver
simple_form
simplecov
slim-rails
2014-07-28 12:34:18 +03:00
spring
2014-07-28 12:47:42 +03:00
spring-commands-rspec
2014-07-28 12:34:18 +03:00
sqlite3
2014-07-28 12:47:42 +03:00
uglifier
2015-10-21 18:58:12 +03:00
yaml_db
BUNDLED WITH
2018-11-10 18:05:12 +02:00
1.17.1