Skip to content

Commit

Permalink
Remove support to old Rails versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Aug 16, 2019
1 parent d2bfbe6 commit 9dfddee
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 49 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
language: ruby

rvm:
- 2.3.8
- 2.4.6
- 2.5.5
- 2.6.3

gemfile:
- gemfiles/Gemfile-rails-4-0
- gemfiles/Gemfile-rails-4-1
- gemfiles/Gemfile-rails-4-2
- gemfiles/Gemfile-rails-5-0
- gemfiles/Gemfile-rails-5-1
- gemfiles/Gemfile-rails-5-2
- gemfiles/Gemfile-rails-6-0
- gemfiles/Gemfile-sprockets-2-11
Expand Down
9 changes: 0 additions & 9 deletions gemfiles/Gemfile-rails-4-0

This file was deleted.

9 changes: 0 additions & 9 deletions gemfiles/Gemfile-rails-4-1

This file was deleted.

10 changes: 0 additions & 10 deletions gemfiles/Gemfile-rails-4-2

This file was deleted.

7 changes: 0 additions & 7 deletions gemfiles/Gemfile-rails-5-0

This file was deleted.

7 changes: 0 additions & 7 deletions gemfiles/Gemfile-rails-5-1

This file was deleted.

4 changes: 3 additions & 1 deletion sass-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ Gem::Specification.new do |s|
s.description = %q{Sass adapter for the Rails asset pipeline.}
s.license = %q{MIT}

s.add_dependency 'railties', '>= 4.0.0'
s.required_ruby_version = ">= 2.4.0"

s.add_dependency 'railties', '>= 5.2.0'
s.add_dependency 'sass', '~> 3.1'
s.add_dependency 'sprockets-rails', '>= 2.0', '< 4.0'
s.add_dependency 'sprockets', '>= 2.8', '< 4.0'
Expand Down

0 comments on commit 9dfddee

Please sign in to comment.