Skip to content

Commit

Permalink
Merge pull request #132 from AndyObtiva/support-rails-7-2
Browse files Browse the repository at this point in the history
Support Rails 7.1 & 7.2 in opal-rails v2.0.4
  • Loading branch information
hmdne authored Dec 8, 2024
2 parents d66a14a + 5553bd0 commit 1959949
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ Gemfile.lock
/test_app/log/*.log
/test_app/tmp/
/test_app/.sass-cache

.ruby-version
.ruby-gemset
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ Whitespace conventions:
- 1 spaces before normal text
-->

## [2.0.4](https://github.com/opal/opal-rails/compare/v2.0.3...v2.0.4) - 2024-12-06

### Added

- Add Rails 7.1 & 7.2 support

## [2.0.3](https://github.com/opal/opal-rails/compare/v2.0.2...v2.0.3) - 2021-12-29

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ bin/rails s # will start the sandbox app server

## License

© 2012-2022 Elia Schito
© 2012-2024 Elia Schito

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion lib/opal/rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Opal
module Rails
VERSION = '2.0.3'
VERSION = '2.0.4'
end
end
2 changes: 1 addition & 1 deletion opal-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
spec.executables = files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency 'rails', '>= 6.0', '< 7.1'
spec.add_dependency 'rails', '>= 6.0', '< 7.3'
spec.add_dependency 'sprockets-rails', '>= 3.0'

spec.add_dependency 'opal', '~> 1.0'
Expand Down

0 comments on commit 1959949

Please sign in to comment.