summaryrefslogtreecommitdiff
path: root/spec/integration/rails_7/Gemfile
diff options
context:
space:
mode:
authorAbe Flansburg <abeflansburg@gmail.com>2022-12-06 08:58:15 -0600
committerGitHub <noreply@github.com>2022-12-06 09:58:15 -0500
commit6fabbfd31af5952f363a8dc573bfa2059e41371d (patch)
tree43d5d1e4acda708d6607f51d35858d38714ab69d /spec/integration/rails_7/Gemfile
parentccee824b27f5faa956472bc2c0903e875e5c95e5 (diff)
downloadhashie-6fabbfd31af5952f363a8dc573bfa2059e41371d.tar.gz
new integration spec for rails 7 exhibiting failure when executing de… (#569)
Diffstat (limited to 'spec/integration/rails_7/Gemfile')
-rw-r--r--spec/integration/rails_7/Gemfile6
1 files changed, 6 insertions, 0 deletions
diff --git a/spec/integration/rails_7/Gemfile b/spec/integration/rails_7/Gemfile
new file mode 100644
index 0000000..1b6d630
--- /dev/null
+++ b/spec/integration/rails_7/Gemfile
@@ -0,0 +1,6 @@
+source 'http://rubygems.org'
+
+gem 'hashie', path: '../../..'
+gem 'rails', '~> 7.0.0'
+gem 'rspec', '~> 3.5.0'
+gem 'rspec-rails'