Skip to content

Commit

Permalink
* Ruby 2.3.1
Browse files Browse the repository at this point in the history
* Update gems
  • Loading branch information
tagliala committed Apr 28, 2016
1 parent 573c68f commit 07d0467
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: ruby
sudo: false
rvm:
- 2.3.0
- 2.3.1
services:
- mongodb
before_install:
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.37.0

* Ruby 2.3.1
* Update gems

## 0.36.0

* Devise 4
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true
source 'https://rubygems.org'

ruby '2.3.0'
ruby '2.3.1'
gem 'rails', '4.2.6'

# Servers
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.36.0
0.37.0

0 comments on commit 07d0467

Please sign in to comment.