Sha256: d2bbb37d504057082859ef3eb112136b9c4cb43b36624cefb9d413248c099249
Contents?: true
Size: 1.2 KB
Versions: 3
Compression:
Stored size: 1.2 KB
Contents
source "https://rubygems.org" gem 'rails', '>= 5.0.0.rc1', '< 5.1' gem 'sass-rails', '~> 5.0' gem 'uglifier', '>= 1.3.0' gem 'coffee-rails', '~> 4.1.0' gem 'therubyracer', platforms: :ruby gem 'jquery-rails' gem 'turbolinks', '~> 5.x' gem 'jbuilder', '~> 2.0' group :development do # Access an IRB console on exception pages or by using <%= console %> in views gem 'web-console', '~> 3.0' gem 'listen', '~> 3.0.5' # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring gem 'spring' gem 'spring-watcher-listen', '~> 2.0.0' end # Windows does not include zoneinfo files, so bundle the tzinfo-data gem gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] group :development, :test do gem 'rake' gem 'minitest' gem 'minitest-reporters', '< 1.0.18' gem 'minitest-debugger', :require => false gem 'mocha' gem 'rack-test' gem 'puma', '< 3.1.0' gem 'bson', '< 4.0' end if defined?(JRUBY_VERSION) gem 'activerecord-jdbc-adapter' gem 'jdbc-postgresql' else gem 'pg', '< 1.0.0' # rails is not ready for pg 1.0 gem 'mysql2' end gemspec :path => File.expand_path(File.dirname(__FILE__) + '/../') # vim:syntax=ruby
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
appoptics_apm-4.0.3 | gemfiles/rails50.gemfile |
appoptics_apm-4.0.2 | gemfiles/rails50.gemfile |
appoptics_apm-4.0.1-x86_64-linux | gemfiles/rails50.gemfile |