Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A administrate
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 96
    • Issues 96
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 32
    • Merge requests 32
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • thoughtbot, inc.
  • administrate
  • Merge requests
  • !544

bump ruby to 2.2.4

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/BenMorganIO/bump-ruby-2-2-4 into master Apr 12, 2016
  • Overview 1
  • Commits 3
  • Pipelines 0
  • Changes 6

Created by: BenMorganIO

While running specs for the project, I noticed that we were getting these warnings:

>> BUNDLE_GEMFILE=/home/ubuntu/administrate/gemfiles/sass_3_4.gemfile bundle exec rake
warning: parser/current is loading parser/ruby22, which recognizes
warning: 2.2.4-compliant syntax, but you are running 2.2.3.
warning: please see https://github.com/whitequark/parser#compatibility-with-ruby-mri.
warning: parser/current is loading parser/ruby22, which recognizes
warning: 2.2.4-compliant syntax, but you are running 2.2.3.
warning: please see https://github.com/whitequark/parser#compatibility-with-ruby-mri.

This bumps ruby to 2.2.4 which is nice for maintenance and to squash warnings :)

We should bump to ruby 2.3 in the future. If we can do so, that would be great. I'm a major user of CircleCI, but they don't support matrixes. If we want to support and test administrate on both ruby 2.2. and ruby 2.3, we may have to move to TravisCI. That's a discussion for another time though. Anywho, lets squash some warnings!

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/BenMorganIO/bump-ruby-2-2-4