Skip to content

Commit

Permalink
Use sprockets 3.x for Rails 4.2 (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
qnighy authored and pkuczynski committed Jan 3, 2020
1 parent ceeba6d commit fc33d2c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Appraisals
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
appraise 'rails-4.2' do
gem 'rails', '4.2.11'
gem 'rspec-rails', '~> 3.7'
gem 'sprockets', '~> 3.7'
gem 'sqlite3', '< 1.4.0'
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw]
end
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
### Changes

* Get rid of unused Rails Engine class definition ([#247](https://github.com/railsconfig/config/pull/247))
* Use sprockets 3.x for Rails 4.2 ([#256](https://github.com/railsconfig/config/pull/256))

## 2.1.0

Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails_4.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ source "https://rubygems.org"

gem "rails", "4.2.11"
gem "rspec-rails", "~> 3.7"
gem "sprockets", "~> 3.7"
gem "sqlite3", "< 1.4.0"
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw]

Expand Down

0 comments on commit fc33d2c

Please # to comment.