Wrap the extra sources in a block

This commit is contained in:
karel.picman@lbcfree.net 2021-02-10 16:26:51 +01:00
parent baff1d2257
commit 85f04a7585

View File

@ -20,6 +20,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
source 'https://rubygems.org' do
gem 'zip-zip' gem 'zip-zip'
gem 'simple_enum' gem 'simple_enum'
gem 'uuidtools' gem 'uuidtools'
@ -38,3 +39,4 @@ gem 'ox'
group :test do group :test do
gem 'rails-controller-testing' gem 'rails-controller-testing'
end end
end