Skip to content

Commit

Permalink
Try this
Browse files Browse the repository at this point in the history
  • Loading branch information
stevschmid committed Mar 26, 2024
1 parent d3d316a commit 0f2719f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
rls (0.1.0)
pg (~> 1.2)
rails (>= 7.0)
rails (>= 7.0.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -185,7 +185,7 @@ GEM
rdoc (6.6.3.1)
psych (>= 4.0.0)
regexp_parser (2.6.0)
reline (0.4.3)
reline (0.5.0)
io-console (~> 0.5)
rexml (3.2.5)
rspec-core (3.13.0)
Expand Down
2 changes: 1 addition & 1 deletion rls.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_dependency "pg", "~> 1.2"
spec.add_dependency "rails", ">= 7.0"
spec.add_dependency "rails", ">= 7.0.0"

spec.add_development_dependency "appraisal", "~> 2.4"
spec.add_development_dependency "rake", "~> 13.0"
Expand Down
2 changes: 1 addition & 1 deletion spec/dummy/db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.

ActiveRecord::Schema[7.1].define(version: 2022_10_03_075254) do
ActiveRecord::Schema[7.0].define(version: 2022_10_03_075254) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"

Expand Down

0 comments on commit 0f2719f

Please sign in to comment.