Skip to content

Commit a459593

Browse files
committed
[rails] add bin/test
1 parent a497943 commit a459593

File tree

4 files changed

+391
-6
lines changed

4 files changed

+391
-6
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ node_modules
1919

2020
.devcontainer/.env
2121
vendor/gems
22+
sentry-rails/Gemfile-*.lock

Gemfile.dev

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ if RUBY_VERSION >= "3.4"
2929
end
3030

3131
# For RSpec
32-
gem "rspec", "~> 3.0"
32+
gem "rspec"
3333
gem "rspec-retry"
3434

3535
# Coverage
@@ -45,10 +45,6 @@ else
4545
gem "simplecov-cobertura", "~> 1.4.0"
4646
end
4747

48-
if ruby_version >= Gem::Version.new("3.4")
49-
gem "ostruct"
50-
end
51-
5248
group :rubocop do
5349
gem "rubocop-rails-omakase"
5450
gem "rubocop-packaging"

sentry-rails/Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ elsif rails_version >= Gem::Version.new("6.1.0")
5050
else
5151
gem "psych", "~> 3.0.0"
5252
gem "rspec-rails", "~> 4.0"
53-
gem "psych", "~> 3.0.0"
5453

5554
if rails_version >= Gem::Version.new("6.0.0")
5655
gem "sqlite3", "~> 1.4.0", platform: :ruby

0 commit comments

Comments
 (0)