canvas-lms/gems/bookmarked_collection/Gemfile

9 lines
171 B
Ruby

# frozen_string_literal: true
source 'https://rubygems.org'
gemspec
gem 'paginated_collection', path: '../paginated_collection'
gem 'json_token', path: '../json_token'