Skip to content

Commit

Permalink
Test with Rails 7
Browse files Browse the repository at this point in the history
  • Loading branch information
bodrovis committed Dec 17, 2021
1 parent 721911e commit d94ef28
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 87 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
matrix:
os: [ubuntu-latest]
gemfile:
- Gemfile
- gemfiles/Gemfile-rails-6-1
- gemfiles/Gemfile-rails-6-0
ruby:
Expand Down
5 changes: 3 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,16 @@ source 'http://rubygems.org'
gemspec

group :test do
gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]
gem 'codecov', '~> 0.2'
gem 'dotenv', '~> 2.5'
gem 'rails', '~> 6.1.4'
gem 'rails', '~> 7.0.0'
gem 'rake', '~> 13.0'
gem 'rspec', '~> 3.6'
gem 'rubocop', '~> 1.0'
gem 'rubocop-performance', '~> 1.5'
gem 'rubocop-rspec', '~> 2.6'
gem 'simplecov', '~> 0.16'
gem 'sprockets-rails', '~> 3'
gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]
gem 'vcr', '~> 6.0'
end
2 changes: 1 addition & 1 deletion lib/lokalise_rails/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
module LokaliseRails
VERSION = '3.0.0'
end
# :nocov:
# :nocov:

This file was deleted.

8 changes: 0 additions & 8 deletions spec/dummy/config/initializers/backtrace_silencers.rb

This file was deleted.

29 changes: 0 additions & 29 deletions spec/dummy/config/initializers/content_security_policy.rb

This file was deleted.

17 changes: 0 additions & 17 deletions spec/dummy/config/initializers/inflections.rb

This file was deleted.

5 changes: 0 additions & 5 deletions spec/dummy/config/initializers/mime_types.rb

This file was deleted.

16 changes: 0 additions & 16 deletions spec/dummy/config/initializers/wrap_parameters.rb

This file was deleted.

0 comments on commit d94ef28

Please sign in to comment.