Skip to content

Commit

Permalink
Bump ruby to 2.1.2
Browse files Browse the repository at this point in the history
This is mainly done to stay on a more current version of ruby.
This change involved bumping the `sass` gem because the old gem had issues
with the new ruby.
  • Loading branch information
benilovj committed Aug 29, 2014
1 parent 9f88659 commit 78856fc
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 @@
1.9.3-p484
2.1.2
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gem 'logstasher', '0.4.8'
group :assets do
gem "therubyracer", "0.12.0"
gem 'uglifier'
gem 'sass', '3.2.1'
gem 'sass', '3.4.2'
gem 'sass-rails', '3.2.5'
end

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ GEM
ref (1.0.5)
rest-client (1.6.7)
mime-types (>= 1.16)
sass (3.2.1)
sass (3.4.2)
sass-rails (3.2.5)
railties (~> 3.2.0)
sass (>= 3.1.10)
Expand Down Expand Up @@ -168,7 +168,7 @@ DEPENDENCIES
mocha (= 0.13.3)
plek (= 1.7.0)
rails (= 3.2.18)
sass (= 3.2.1)
sass (= 3.4.2)
sass-rails (= 3.2.5)
shoulda (= 2.11.3)
therubyracer (= 0.12.0)
Expand Down

0 comments on commit 78856fc

Please sign in to comment.