Skip to content

Commit

Permalink
Use beta version for now
Browse files Browse the repository at this point in the history
  • Loading branch information
santib committed Sep 19, 2023
1 parent 49609bf commit a4ccbfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion active_storage_base64.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.required_ruby_version = '>= 2.7.0'

# Dependencies
s.add_dependency 'rails', '>= 7.1'
s.add_dependency 'rails', '> 7.0'

# Development dependencies
s.add_development_dependency 'pry-rails', '~> 0.3.6'
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7_1.gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source 'https://rubygems.org'

gem 'rails', '~> 7.1.0'
gem 'rails', '~> 7.1.0.beta1'

gemspec path: '..'

0 comments on commit a4ccbfd

Please sign in to comment.