Skip to content
This repository has been archived by the owner on Mar 20, 2018. It is now read-only.

Commit

Permalink
Upgrade to Ruby 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hmans committed May 1, 2015
1 parent 8edffdb commit 0b2e1d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.1
2.2.2
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: ruby
rvm:
- 2.2.1
- 2.2.2
bundler_args: --without production
addons:
postgresql: "9.4"
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'

# Core
ruby '2.2.1'
ruby '2.2.2'
gem 'rails', '4.2.1'
gem 'pg'
gem 'bcrypt', '~> 3.1.7'
Expand Down

0 comments on commit 0b2e1d3

Please sign in to comment.