dependabot-preview[bot]
32df471946
Bump paranoia from 2.4.1 to 2.4.2
...
Bumps [paranoia](https://github.com/rubysherpas/paranoia ) from 2.4.1 to 2.4.2.
- [Release notes](https://github.com/rubysherpas/paranoia/releases )
- [Changelog](https://github.com/rubysherpas/paranoia/blob/core/CHANGELOG.md )
- [Commits](https://github.com/rubysherpas/paranoia/compare/v2.4.1...v2.4.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-09-13 17:37:28 +00:00
Javier Martín
edb51c09c2
Merge pull request #3442 from consul/dependabot/bundler/i18n-tasks-0.9.29
...
Bump i18n-tasks from 0.9.25 to 0.9.29
2019-09-13 19:35:37 +02:00
dependabot-preview[bot]
f0d4565815
Bump email_spec from 2.1.1 to 2.2.0
...
Bumps [email_spec](https://github.com/email-spec/email-spec ) from 2.1.1 to 2.2.0.
- [Release notes](https://github.com/email-spec/email-spec/releases )
- [Changelog](https://github.com/email-spec/email-spec/blob/master/Changelog.md )
- [Commits](https://github.com/email-spec/email-spec/compare/v2.1.1...v2.2.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-09-12 21:18:16 +00:00
dependabot-preview[bot]
a736252c4b
Bump i18n-tasks from 0.9.25 to 0.9.29
...
Bumps [i18n-tasks](https://github.com/glebm/i18n-tasks ) from 0.9.25 to 0.9.29.
- [Release notes](https://github.com/glebm/i18n-tasks/releases )
- [Changelog](https://github.com/glebm/i18n-tasks/blob/master/CHANGES.md )
- [Commits](https://github.com/glebm/i18n-tasks/compare/v0.9.25...v0.9.29 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-09-11 20:02:35 +00:00
Javi Martín
d93a029ce5
Convert CofeeScript to JavaScript
...
Compiled using `coffee -c` with CoffeeScript 1.12.6.
2019-09-11 14:03:24 +02:00
Javi Martín
9541ce892c
Apply Bundler rubocop rules
...
We're not using the InsecureProtocolSource rule because I don't feel
it's necessary.
2019-09-10 21:43:39 +02:00
Javi Martín
8bb5462253
Use capybara-webmock to avoid external requests
...
The images from OpenStreetMap take a while to load, sometimes even
causing Net::ReadTimeout errors if the internet connection is slow. It's
happened a lot recently on Travis builds.
Using capybara-webmock we guarantee the test suite doesn't fail due to
network issues.
2019-09-07 13:09:05 +02:00
Javi Martín
444fc524f7
Use the AttributeDefinedStatically rubocop rule
...
Factory bot has stopped supporting dynamic attributes, and we'll have to
change all factories before upgrading.
In order to apply the rubocop rule, we need to bump rubocop-rspec to its
latest version.
2019-08-07 19:41:45 +02:00
taitus
f53043ee2a
Install gem 'translator-text' to conect with MicrosoftTranslation Service
...
API Wrapper for the Microsoft Translator Text API 3.0
2019-06-27 09:19:36 +02:00
German Galia
4f50e67ac3
Collaborative legislation summary
2019-06-03 12:34:25 +02:00
Javi Martín
44d9ba66b7
Use puma as development web server
...
It seems to be the default in Rails 5 (we even have a configuration file
for it under `config/puma.rb`) and Capybara seems to need it to run
system specs in Rails 5.1:
https://github.com/teamcapybara/capybara/#setup
2019-04-29 13:08:43 -05:00
Javi Martín
8094417828
Remove best_in_place
...
It was only used in one place, so it's best to remove it and use the
patterns we use everywhere else.
2019-04-29 12:37:28 -05:00
Javi Martín
f284d5c09e
Remove record_tag_helper
...
It was only used in one place, and could easily be replaced.
Note we usually use HTML classes like `map-location` instead of
`map_location`, but I've kept the underscore for compatibility with the
previous version.
2019-04-29 12:36:09 -05:00
decabeza
534ad75206
Downgrade autoprefixer-rails gem
...
We need update Node version before upgrade this gem version.
2019-04-24 14:02:46 +02:00
decabeza
cb22e6cbfb
Merge branch 'master' into proposal-dashboard
2019-04-23 17:12:47 +02:00
Julian Herrero
9f97b87304
Upgrade gem devise to version 4.6.2
...
There was a security vulnerability with previous version
https://github.com/plataformatec/devise/issues/4981
2019-04-17 17:40:56 +02:00
Julian Herrero
6e88031537
Fix several rubocop warnings
...
Metrics/LineLength: Line is too long.
RSpec/InstanceVariable: Use let instead of an instance variable.
Layout/TrailingBlankLines: Final newline missing.
Style/StringLiterals: Prefer double-quoted strings.
2019-04-17 17:40:56 +02:00
Julian Herrero
868ae77692
Upgrade gem rails and its dependecies
2019-04-16 17:28:06 +02:00
decabeza
eda6ea7f12
Merge branch 'master' into dashboard
2019-03-26 16:45:48 +01:00
Javi Martín
f30afab9e3
Add ERB Lint configuration file
...
The rubocop linter cannot use the `rubocop_config` option because it's
not compatible with Ruby 2.3. So we're setting the rubocop rules
manually.
2019-03-20 14:35:40 +01:00
Julian Herrero
6d281affa5
Use double quotes
2019-03-15 10:29:07 +01:00
voodoorai2000
5d76d0cafa
Bump Rails version to 4.2.11.1
...
There are two[1] security vulnerabilities in Rails version 4.2.11.
Updating to version 4.2.11.1 fixes these issues.
[1] https://groups.google.com/forum/#!topic/rubyonrails-security/pFRKI96Sm8Q
https://groups.google.com/forum/#!topic/rubyonrails-security/GN7w9fFAQeI
2019-03-13 21:21:09 +01:00
Ziyan Junaideen
1322955790
Email interceptor - staging
2019-01-31 10:50:37 +01:00
Raimond Garcia
294d07dbbb
Merge pull request #3014 from consul/dependabot/bundler/database_cleaner-1.7.0
...
Bump database_cleaner from 1.6.2 to 1.7.0
2018-12-03 14:18:32 +01:00
dependabot[bot]
eefe09e691
[Security] Bump rails from 4.2.10 to 4.2.11
...
Bumps [rails](https://github.com/rails/rails ) from 4.2.10 to 4.2.11. **This update includes security fixes.**
- [Release notes](https://github.com/rails/rails/releases )
- [Commits](https://github.com/rails/rails/compare/v4.2.10...v4.2.11 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2018-11-27 22:54:32 +00:00
voodoorai2000
46b66e9376
Downgrade autoprefixer-rails gem to 8.2.0
2018-11-23 02:16:35 +01:00
dependabot[bot]
64adf6dd0e
Bump database_cleaner from 1.6.2 to 1.7.0
...
Bumps [database_cleaner](https://github.com/DatabaseCleaner/database_cleaner ) from 1.6.2 to 1.7.0.
- [Release notes](https://github.com/DatabaseCleaner/database_cleaner/releases )
- [Changelog](https://github.com/DatabaseCleaner/database_cleaner/blob/master/History.rdoc )
- [Commits](https://github.com/DatabaseCleaner/database_cleaner/compare/v1.6.2...v1.7.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2018-11-07 05:27:12 +00:00
Raimond Garcia
7d403a6d86
Merge pull request #2999 from consul/dependabot/bundler/knapsack_pro-1.1.0
...
Bump knapsack_pro from 0.53.0 to 1.1.0
2018-11-06 13:11:09 +01:00
Raimond Garcia
281336689c
Merge pull request #3002 from consul/dependabot/bundler/uglifier-4.1.19
...
Bump uglifier from 4.1.3 to 4.1.19
2018-11-06 13:10:11 +01:00
dependabot[bot]
6a30c01c1d
Bump rspec-rails from 3.7.2 to 3.8.1
...
Bumps [rspec-rails](https://github.com/rspec/rspec-rails ) from 3.7.2 to 3.8.1.
- [Release notes](https://github.com/rspec/rspec-rails/releases )
- [Changelog](https://github.com/rspec/rspec-rails/blob/master/Changelog.md )
- [Commits](https://github.com/rspec/rspec-rails/compare/v3.7.2...v3.8.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2018-11-06 06:27:46 +00:00
dependabot[bot]
75a7ab6a85
Bump uglifier from 4.1.3 to 4.1.19
...
Bumps [uglifier](https://github.com/lautis/uglifier ) from 4.1.3 to 4.1.19.
- [Release notes](https://github.com/lautis/uglifier/releases )
- [Changelog](https://github.com/lautis/uglifier/blob/master/CHANGELOG.md )
- [Commits](https://github.com/lautis/uglifier/compare/v4.1.3...v4.1.19 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2018-11-06 06:27:21 +00:00
dependabot[bot]
9f785dd331
Bump knapsack_pro from 0.53.0 to 1.1.0
...
Bumps [knapsack_pro](https://github.com/KnapsackPro/knapsack_pro-ruby ) from 0.53.0 to 1.1.0.
- [Release notes](https://github.com/KnapsackPro/knapsack_pro-ruby/releases )
- [Changelog](https://github.com/KnapsackPro/knapsack_pro-ruby/blob/master/CHANGELOG.md )
- [Commits](https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v0.53.0...v1.1.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2018-11-05 11:42:38 +00:00
Raimond Garcia
6b246552e3
Merge pull request #2901 from consul/dependabot/bundler/cancancan-2.3.0
...
Bump cancancan from 2.1.2 to 2.3.0
2018-11-05 12:41:22 +01:00
Raimond Garcia
7e3583f12a
Merge pull request #2923 from consul/dependabot/bundler/rollbar-2.18.0
...
Bump rollbar from 2.15.5 to 2.18.0
2018-11-05 12:40:51 +01:00
decabeza
546105d989
Merge branch 'master' into dashboard-master
2018-10-19 01:48:37 +02:00
dependabot[bot]
5e81977bc6
Bump letter_opener_web from 1.3.2 to 1.3.4
...
Bumps [letter_opener_web](https://github.com/fgrehm/letter_opener_web ) from 1.3.2 to 1.3.4.
- [Release notes](https://github.com/fgrehm/letter_opener_web/releases )
- [Changelog](https://github.com/fgrehm/letter_opener_web/blob/master/CHANGELOG.md )
- [Commits](https://github.com/fgrehm/letter_opener_web/compare/v1.3.2...v1.3.4 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2018-10-08 06:11:38 +00:00
dependabot[bot]
64574b9369
Bump rollbar from 2.15.5 to 2.18.0
...
Bumps [rollbar](https://github.com/rollbar/rollbar-gem ) from 2.15.5 to 2.18.0.
- [Release notes](https://github.com/rollbar/rollbar-gem/releases )
- [Changelog](https://github.com/rollbar/rollbar-gem/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollbar/rollbar-gem/compare/v2.15.5...v2.18.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2018-10-05 16:25:15 +00:00
dependabot[bot]
2cf5196239
Bump cancancan from 2.1.2 to 2.3.0
...
Bumps [cancancan](https://github.com/CanCanCommunity/cancancan ) from 2.1.2 to 2.3.0.
- [Release notes](https://github.com/CanCanCommunity/cancancan/releases )
- [Changelog](https://github.com/CanCanCommunity/cancancan/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/CanCanCommunity/cancancan/compare/2.1.2...2.3.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2018-10-05 16:24:14 +00:00
Raimond Garcia
3e6b87df04
Merge pull request #2906 from consul/dependabot/bundler/i18n-tasks-0.9.25
...
Bump i18n-tasks from 0.9.20 to 0.9.25
2018-10-05 18:23:19 +02:00
Raimond Garcia
6a769d9484
Merge pull request #2926 from consul/dependabot/bundler/rubocop-rspec-1.26.0
...
Bump rubocop-rspec from 1.24.0 to 1.26.0
2018-10-05 18:22:33 +02:00
Raimond Garcia
4084b1c59f
Merge pull request #2927 from consul/dependabot/bundler/delayed_job_active_record-4.1.3
...
Bump delayed_job_active_record from 4.1.2 to 4.1.3
2018-10-05 18:22:09 +02:00
Raimond Garcia
64997329fe
Merge pull request #2928 from consul/dependabot/bundler/browser-2.5.3
...
Bump browser from 2.5.2 to 2.5.3
2018-10-05 18:21:42 +02:00
decabeza
6caf3a43b6
Removes unrelated changes with dashboard feature
2018-10-01 18:43:44 +02:00
dependabot[bot]
6a98b06a3a
Bump jquery-rails from 4.3.1 to 4.3.3
...
Bumps [jquery-rails](https://github.com/rails/jquery-rails ) from 4.3.1 to 4.3.3.
- [Release notes](https://github.com/rails/jquery-rails/releases )
- [Changelog](https://github.com/rails/jquery-rails/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rails/jquery-rails/compare/v4.3.1...v4.3.3 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2018-09-27 05:53:33 +00:00
dependabot[bot]
b45d2d4457
Bump browser from 2.5.2 to 2.5.3
...
Bumps [browser](https://github.com/fnando/browser ) from 2.5.2 to 2.5.3.
- [Release notes](https://github.com/fnando/browser/releases )
- [Changelog](https://github.com/fnando/browser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/fnando/browser/compare/v2.5.2...v2.5.3 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2018-09-27 05:53:17 +00:00
dependabot[bot]
6cb579d55e
Bump delayed_job_active_record from 4.1.2 to 4.1.3
...
Bumps [delayed_job_active_record](https://github.com/collectiveidea/delayed_job_active_record ) from 4.1.2 to 4.1.3.
- [Release notes](https://github.com/collectiveidea/delayed_job_active_record/releases )
- [Commits](https://github.com/collectiveidea/delayed_job_active_record/compare/v4.1.2...v4.1.3 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2018-09-27 05:53:00 +00:00
dependabot[bot]
63f68c79b6
Bump rubocop-rspec from 1.24.0 to 1.26.0
...
Bumps [rubocop-rspec](https://github.com/rubocop-hq/rubocop-rspec ) from 1.24.0 to 1.26.0.
- [Release notes](https://github.com/rubocop-hq/rubocop-rspec/releases )
- [Changelog](https://github.com/rubocop-hq/rubocop-rspec/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rubocop-hq/rubocop-rspec/compare/v1.24.0...v1.26.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2018-09-27 05:52:43 +00:00
dependabot[bot]
9dc164dd11
Bump i18n-tasks from 0.9.20 to 0.9.25
...
Bumps [i18n-tasks](https://github.com/glebm/i18n-tasks ) from 0.9.20 to 0.9.25.
- [Release notes](https://github.com/glebm/i18n-tasks/releases )
- [Changelog](https://github.com/glebm/i18n-tasks/blob/master/CHANGES.md )
- [Commits](https://github.com/glebm/i18n-tasks/compare/v0.9.20...v0.9.25 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2018-09-26 13:50:59 +00:00
Raimond Garcia
2c22ab347d
Merge pull request #2891 from consul/dependabot/bundler/savon-2.12.0
...
Bump savon from 2.11.2 to 2.12.0
2018-09-26 15:48:57 +02:00
Raimond Garcia
03e454585a
Merge pull request #2905 from consul/dependabot/bundler/coveralls-0.8.22
...
Bump coveralls from 0.8.21 to 0.8.22
2018-09-26 15:47:22 +02:00