Skip to content

Commit

Permalink
Upgrade to Rails 5.0
Browse files Browse the repository at this point in the history
Closes #377
  • Loading branch information
Artur Beljajev committed Nov 5, 2019
1 parent 5fc7572 commit 63d0a00
Show file tree
Hide file tree
Showing 141 changed files with 1,368 additions and 1,660 deletions.
1 change: 0 additions & 1 deletion .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ exclude_patterns:
- "bin/"
- "config/"
- "db/"
- "lib/action_controller/"
- "lib/core_ext/"
- "lib/daemons/"
- "lib/gem_ext/"
Expand Down
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ before_script:
- "curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter"
- "chmod +x ./cc-test-reporter"
- "./cc-test-reporter before-build"
script:
- "bundle exec rake test"
after_script:
- "./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT"
services:
Expand Down
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source 'https://rubygems.org'

# core
gem 'iso8601', '0.8.6' # for dates and times
gem 'rails', '4.2.11.1' # when update, all initializers eis_custom files needs check/update
gem 'rails', '~> 5.0.7'
gem 'rest-client'
gem 'uglifier'

Expand Down Expand Up @@ -66,7 +66,6 @@ gem 'daemons-rails', '1.2.1'
gem 'que-web'
gem 'pdfkit'
gem 'jquery-ui-rails', '5.0.5'
gem 'active_model-errors_details' # Backport from Rails 5, https://github.com/rails/rails/pull/18322
gem 'airbrake'

gem 'company_register', github: 'internetee/company_register', branch: :master
Expand Down
Loading

0 comments on commit 63d0a00

Please sign in to comment.