Skip to content

Commit

Permalink
remove support for Rails 4.2 (one test fails)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieujobin committed Apr 17, 2022
1 parent cfb281f commit e94e12e
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 24 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
- 2.7
- 2.6
gemfile:
#- rails_4.2.gemfile
#- rails_4.2_sprockets4.gemfile
- rails_5.0.gemfile
- rails_5.0_sprockets4.gemfile
- rails_5.2.gemfile
Expand Down
2 changes: 1 addition & 1 deletion angular-rails-templates.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|

s.require_paths = ["lib"]

s.add_dependency "railties", ">= 4.2", "< 7"
s.add_dependency "railties", ">= 5.0", "< 7"
s.add_dependency "sprockets", ">= 3.0", '< 5'
s.add_dependency "tilt"

Expand Down
10 changes: 0 additions & 10 deletions gemfiles/rails_4.2.gemfile

This file was deleted.

11 changes: 0 additions & 11 deletions gemfiles/rails_4.2_sprockets4.gemfile

This file was deleted.

0 comments on commit e94e12e

Please sign in to comment.