summaryrefslogtreecommitdiffstats
path: root/Gemfile
Commit message (Collapse)AuthorAgeFilesLines
* Update Rouge to 3.4.1 (#31556).Go MAEDA2019-06-161-1/+1
| | | | | | | Patch by Marius BALTEANU and Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@18258 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update sqlite3 gem (~> 1.4.0) (#31126).Go MAEDA2019-03-311-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18030 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update Rails to 5.2.3 (#31113).Go MAEDA2019-03-311-1/+1
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18028 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove frozen_string_literal magic comment from files which are not used ↵Go MAEDA2019-03-211-2/+0
| | | | | | when running the application or tests (#23630). git-svn-id: http://svn.redmine.org/redmine/trunk@17997 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
| | | | | | | This will be changed to true in the future. git-svn-id: http://svn.redmine.org/redmine/trunk@17947 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Upgrade to Rails 5.2.2.1 (#31026).Go MAEDA2019-03-141-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17943 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update simplecov gem to 0.16 (#30963).Go MAEDA2019-03-051-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17928 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update i18n gem to 1.6 (#29946).Go MAEDA2019-03-041-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17921 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update i18n gem to 1.5.3 (#29946).Go MAEDA2019-02-191-1/+1
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17888 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Drop Ruby 2.2 support (#30356).Go MAEDA2019-02-191-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17887 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Stay in RMagick 2.16.0 and don't update to 3.0.0 (#30821).Go MAEDA2019-02-181-1/+1
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17875 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Tidy up Gemfile.Go MAEDA2019-02-101-2/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17853 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update pg gem (~> 1.1.4) (#30420).Go MAEDA2019-01-141-1/+1
| | | | | | | Patch by Pavel Rosický. git-svn-id: http://svn.redmine.org/redmine/trunk@17795 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Require bundler >= 1.5.0 (#30353).Go MAEDA2019-01-101-3/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17781 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use nokogiri 1.9 for Ruby 2.2 (#30241).Go MAEDA2019-01-081-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17778 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update nokogiri gem (~> 1.10.0) (#30241).Go MAEDA2019-01-081-1/+1
| | | | | | | Patch by Pavel Rosický. git-svn-id: http://svn.redmine.org/redmine/trunk@17777 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update nokogiri gem (~> 1.9.0) (#30241).Go MAEDA2018-12-181-1/+1
| | | | | | | Patch by Pavel Rosický. git-svn-id: http://svn.redmine.org/redmine/trunk@17769 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove rails-html-sanitizer from Gemfile (#30137).Go MAEDA2018-12-091-3/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17707 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Ruby 2.6: Don't explicitly install rdoc gem (#30118).Go MAEDA2018-12-091-1/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17706 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't explicitly install csv gem in Ruby 2.6 (#30118).Go MAEDA2018-12-081-1/+1
| | | | | | | Redmine installs csv gem since r17245 as a workaround for a bug of csv 1.0.0 which is bundled with Ruby 2.5 (see #28112). But in Ruby 2.6, installing the gem is not necessary because the bundled csv gem was updated to 3.0. git-svn-id: http://svn.redmine.org/redmine/trunk@17696 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update Rails to 5.2.2 (#30119).Go MAEDA2018-12-071-1/+1
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17695 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update Rails to 5.2.1.1 (#30042).Jean-Philippe Lang2018-11-281-1/+1
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17641 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Unpin rdoc gem version (#29999).Go MAEDA2018-11-271-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17640 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Unpin roadie gem version (#29947).Go MAEDA2018-11-191-1/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17629 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Upgrade to Rouge 3.3.0 (#24681).Go MAEDA2018-11-101-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17626 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update mail gem (~> 2.7.1) (#29443).Go MAEDA2018-10-151-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17595 e93f8b46-1217-0410-a6f0-8f06a7374b81
* PDF export has too many whitespaces (#28565).Go MAEDA2018-10-061-1/+1
| | | | | | | Contributed by Jun NAITOH. git-svn-id: http://svn.redmine.org/redmine/trunk@17574 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reverts unwanted change.Jean-Philippe Lang2018-09-301-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17537 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Syntax highlighter: replace CodeRay with Rouge (#24681).Jean-Philippe Lang2018-09-291-2/+2
| | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17532 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Refactor Redmine::MimeType.of. Uses MiniMime.lookup_by_extension instead of ↵Go MAEDA2018-08-151-1/+1
| | | | | | lookup_by_filename (#29359). git-svn-id: http://svn.redmine.org/redmine/trunk@17473 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replace mime-types gem with more efficient mini_mime gem (#29359).Go MAEDA2018-08-121-1/+1
| | | | | | | Contributed by Pavel Rosický. git-svn-id: http://svn.redmine.org/redmine/trunk@17468 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update Rails to 5.2.1.Go MAEDA2018-08-081-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17464 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update rbpdf gem to 1.19.5 (#28125).Go MAEDA2018-06-251-1/+1
| | | | | | | Contributed by Jun NAITOH. git-svn-id: http://svn.redmine.org/redmine/trunk@17414 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Upgrade to Rails 5.2.0 (#23630).Jean-Philippe Lang2018-06-231-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17410 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update rbpdf gem to 1.19.4 (#28125).Go MAEDA2018-06-181-1/+1
| | | | | | | Contributed by Jun NAITOH. git-svn-id: http://svn.redmine.org/redmine/trunk@17405 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update pg gem to 1.0 (#28505).Go MAEDA2018-06-021-1/+1
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@17358 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update mysql2 gem to 0.5.0 (#28504).Go MAEDA2018-06-021-1/+1
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17357 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update roadie-rails to ~> 1.3.0 (#28929).Go MAEDA2018-06-021-1/+1
| | | | | | | Patch by Pavel Rosický. git-svn-id: http://svn.redmine.org/redmine/trunk@17355 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix: ImportsControllerTest fails with csv gem 1.0.2 (#28689).Go MAEDA2018-05-061-1/+1
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17326 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update Rails to 5.1.6.Jean-Philippe Lang2018-04-081-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17291 e93f8b46-1217-0410-a6f0-8f06a7374b81
* CsvTest#test_should_include_bom_when_utf8_encoded fails due to a regression ↵Go MAEDA2018-03-291-0/+1
| | | | | | | | | in Ruby 2.5.0 (#28112). Contributed by Sho HASHIMOTO. git-svn-id: http://svn.redmine.org/redmine/trunk@17245 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Gemfile: update Rails version to 5.1.4Toshi MARUYAMA2017-12-281-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17133 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Gemfile: relax mail gem version (#27691)Toshi MARUYAMA2017-12-171-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17116 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Gemfile: pin mail gem version to prevent failure of ↵Toshi MARUYAMA2017-11-051-0/+1
| | | | | | MailHandlerTest#test_add_issue_with_localized_attributes git-svn-id: http://svn.redmine.org/redmine/trunk@17019 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Gemfile: update rbpdf version to 1.19.3 (#25702)Toshi MARUYAMA2017-10-131-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16975 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update nokogiri gem (~> 1.8.0) (#26503).Jean-Philippe Lang2017-07-251-1/+1
| | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@16885 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Converts UI tests to system tests (#23630).Jean-Philippe Lang2017-07-231-3/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16864 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use roadie-rails 1.2 (#25807).Jean-Philippe Lang2017-07-231-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16861 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged rails-5.1 branch (#23630).Jean-Philippe Lang2017-07-231-8/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16859 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Ruby 1.9.3 no longer supported (#25538).Jean-Philippe Lang2017-07-081-6/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16778 e93f8b46-1217-0410-a6f0-8f06a7374b81