Skip to content

Commit 4231787

Browse files
author
Rafael Mendonça França
committed
Release 5.0.0.beta1
1 parent 57ec339 commit 4231787

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

Gemfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ source "https://rubygems.org"
33
# Specify your gem's dependencies in sass-rails.gemspec
44
gemspec
55

6-
gem "rails", github: 'rails/rails', branch: '4-1-stable'
7-
gem "sprockets-rails", github: 'rails/sprockets-rails', branch: '2-1-stable'
6+
gem "rails", github: 'rails/rails'
87

98
gem "sqlite3"

lib/sass/rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Sass
22
module Rails
3-
VERSION = "5.0.0.dev"
3+
VERSION = "5.0.0.beta1"
44
end
55
end

0 commit comments

Comments
 (0)