Skip to content

Commit

Permalink
- Bump up ruby version to 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vipulnsward committed Mar 7, 2015
1 parent 7564893 commit d11de18
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.0
2.2.1
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

ruby '2.2.0'
ruby '2.2.1'

gem 'rails', '4.2.0'

Expand Down Expand Up @@ -50,7 +50,7 @@ gem 'activeadmin', github: 'activeadmin'
gem 'carrierwave'

# for logging to work in heroku
gem 'rails_12factor'
gem 'rails_12factor', group: [:staging, :production]

# for email validation
gem 'email_validator'
Expand Down
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ machine:
# Version of ruby to use
ruby:
version:
2.2.0
2.2.1

# Add some environment variables
environment:
Expand Down

0 comments on commit d11de18

Please sign in to comment.