Skip to content

Commit

Permalink
Version 6
Browse files Browse the repository at this point in the history
  • Loading branch information
bodrovis committed Jul 21, 2023
1 parent 18d894e commit dac0b19
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
- gemfiles/Gemfile-rails-6-1
- gemfiles/Gemfile-rails-6-0
ruby:
- 2.7
- '3.0'
- 3.1
- 3.2
Expand Down
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,6 @@ RSpec/FilePath:

RSpec/MultipleMemoizedHelpers:
Max: 10

Gemspec/DevelopmentDependencies:
EnforcedStyle: gemspec
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 6.0.0 (27-Jul-2023)

* Use lokalise-manager v4 and ruby-lokalise-api v8. The latter is a major rewrite of the original SDK and has some breaking changes (however 95% of the methods have similar signatures). Therefore please make sure that your tests pass.
* Do not test with Ruby 2.7 (EOL)

## 5.2.0 (26-Jan-2023)

* The gem can now be added to the `development` group instead of `production` to reduce the bundle size
Expand Down
4 changes: 2 additions & 2 deletions lib/lokalise_rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module LokaliseRails
VERSION = '5.2.0'
end
VERSION = '6.0.0'
end
2 changes: 1 addition & 1 deletion lokalise_rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
spec.extra_rdoc_files = ['README.md']
spec.require_paths = ['lib']

spec.add_dependency 'lokalise_manager', '~> 3.2'
spec.add_dependency 'lokalise_manager', '~> 4.0'
spec.add_dependency 'zeitwerk', '~> 2.4'

spec.metadata = {
Expand Down

0 comments on commit dac0b19

Please sign in to comment.