Skip to content
This repository was archived by the owner on Dec 28, 2023. It is now read-only.

Commit 35a0afa

Browse files
committed
Add missing Gemfile
1 parent 6604c4b commit 35a0afa

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

gemfiles/Gemfile.rails-6.0.x

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
source 'https://rubygems.org'
2+
3+
gemspec :path => '..'
4+
5+
gem 'activesupport', '~> 6.0.0'
6+
gem 'mocha', '~> 1.7.0'
7+
gem 'test_declarative', '0.0.6'
8+
gem 'rake'
9+
gem 'minitest', '~> 5.1'
10+
11+
platforms :mri do
12+
gem 'oj'
13+
end

0 commit comments

Comments
 (0)