mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2025-01-12 11:37:08 +01:00
combo
This commit is contained in:
parent
2d77bdd25e
commit
f4f01a2864
2
Gemfile
2
Gemfile
@ -4,7 +4,7 @@ source 'https://rubygems.org'
|
||||
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
|
||||
gem 'rails', '4.1.4'
|
||||
# Use sqlite3 as the database for Active Record
|
||||
# gem 'sqlite3'
|
||||
gem 'sqlite3'
|
||||
# Swappin'
|
||||
gem 'pg'
|
||||
# Use SCSS for stylesheets
|
||||
|
@ -95,6 +95,7 @@ GEM
|
||||
actionpack (>= 3.0)
|
||||
activesupport (>= 3.0)
|
||||
sprockets (~> 2.8)
|
||||
sqlite3 (1.3.9)
|
||||
thor (0.19.1)
|
||||
thread_safe (0.3.4)
|
||||
tilt (1.4.1)
|
||||
@ -121,5 +122,6 @@ DEPENDENCIES
|
||||
sass-rails (~> 4.0.3)
|
||||
sdoc (~> 0.4.0)
|
||||
spring
|
||||
sqlite3
|
||||
turbolinks
|
||||
uglifier (>= 1.3.0)
|
||||
|
Loading…
Reference in New Issue
Block a user