Sha256: b2e12160f052b362285421aed2306e082f93f9f929dc7e99ae8e99afe91f7c54

Contents?: true

Size: 893 Bytes

Versions: 7

Compression:

Stored size: 893 Bytes

Contents

source 'https://rubygems.org'

# To fix errors with precompile assets
#source 'https://rails-assets.org/' do
#  gem 'rails-assets-tether'
#  gem 'rails-assets-bootstrap-select'
#  gem 'rails-assets-bootstrap-datepicker'
#end

# Declare your gem's dependencies in ui_bibz.gemspec.
# Bundler will treat runtime dependencies like base dependencies, and
# development dependencies will be added by default to the :development group.
gemspec

# Declare any dependencies that are still in development here instead of in
# your gemspec. These might include edge Rails or gems from your path or
# Git. Remember to move these dependencies to your gemspec before releasing
# your gem to rubygems.org.

# To use a debugger
gem 'byebug',        group: [:development, :test]
gem 'simple_form',   group: [:test, :development]
gem 'awesome_print', group: [:test, :development]
gem 'jquery-rails', '>= 3.1.0'

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ui_bibz-2.0.0.beta2.6 Gemfile
ui_bibz-2.0.0.beta2.5 Gemfile
ui_bibz-2.0.0.beta2.4 Gemfile
ui_bibz-2.0.0.beta2.3 Gemfile
ui_bibz-2.0.0.beta2.2 Gemfile
ui_bibz-2.0.0.beta2.1 Gemfile
ui_bibz-2.0.0.beta2 Gemfile