We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 771814b commit cc4f53cCopy full SHA for cc4f53c
.gitignore
@@ -19,3 +19,4 @@ node_modules
19
20
.devcontainer/.env
21
vendor/gems
22
+sentry-rails/Gemfile-*.lock
sentry-rails/Gemfile
@@ -50,7 +50,6 @@ elsif rails_version >= Gem::Version.new("6.1.0")
50
else
51
gem "psych", "~> 3.0.0"
52
gem "rspec-rails", "~> 4.0"
53
- gem "psych", "~> 3.0.0"
54
55
if rails_version >= Gem::Version.new("6.0.0")
56
gem "sqlite3", "~> 1.4.0", platform: :ruby
0 commit comments