Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ gem "simplecov", require: false, group: :test

gem "timecop", "~> 0.9.2"

gem "pry", "~> 0.15.0"
gem "pry", "~> 0.16.0"

gem "pry-rails", "~> 0.3.9"
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,10 @@ GEM
prettyprint
prettyprint (0.2.0)
prism (1.5.1)
pry (0.15.2)
pry (0.16.0)
coderay (~> 1.1)
method_source (~> 1.0)
reline (>= 0.6.0)
pry-rails (0.3.11)
pry (>= 0.13.0)
psych (5.2.6)
Expand Down Expand Up @@ -291,7 +292,7 @@ DEPENDENCIES
heya!
minitest-ci
pg
pry (~> 0.15.0)
pry (~> 0.16.0)
pry-rails (~> 0.3.9)
simplecov
standard (~> 1.51.1)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source "https://rubygems.org"
gem "minitest-ci", group: :test
gem "simplecov", require: false, group: :test
gem "timecop", "~> 0.9.2"
gem "pry", "~> 0.15.0"
gem "pry", "~> 0.16.0"
gem "pry-rails", "~> 0.3.9"
gem "rails", "~> 7.0.0"

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source "https://rubygems.org"
gem "minitest-ci", group: :test
gem "simplecov", require: false, group: :test
gem "timecop", "~> 0.9.2"
gem "pry", "~> 0.15.0"
gem "pry", "~> 0.16.0"
gem "pry-rails", "~> 0.3.9"
gem "rails", "~> 7.1.0"

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source "https://rubygems.org"
gem "minitest-ci", group: :test
gem "simplecov", require: false, group: :test
gem "timecop", "~> 0.9.2"
gem "pry", "~> 0.15.0"
gem "pry", "~> 0.16.0"
gem "pry-rails", "~> 0.3.9"
gem "rails", "~> 7.2.0"

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_8.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source "https://rubygems.org"
gem "minitest-ci", group: :test
gem "simplecov", require: false, group: :test
gem "timecop", "~> 0.9.2"
gem "pry", "~> 0.14.0"
gem "pry", "~> 0.16.0"
gem "pry-rails", "~> 0.3.9"
gem "rails", "~> 8.0.0"

Expand Down
Loading