bump foreigner
This commit is contained in:
parent
04a17fd508
commit
d9a9c5352a
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -57,7 +57,7 @@ gem 'settingslogic', :git => 'https://github.com/binarylogic/settingslogic.git'
|
||||||
# database
|
# database
|
||||||
|
|
||||||
gem "activerecord-import", "~> 0.2.9"
|
gem "activerecord-import", "~> 0.2.9"
|
||||||
gem 'foreigner', '~> 1.1.0'
|
gem 'foreigner', '~> 1.2.1'
|
||||||
gem 'mysql2', '0.3.11' if ENV['DB'].nil? || ENV['DB'] == 'all' || ENV['DB'] == 'mysql'
|
gem 'mysql2', '0.3.11' if ENV['DB'].nil? || ENV['DB'] == 'all' || ENV['DB'] == 'mysql'
|
||||||
gem 'pg' if ENV['DB'] == 'all' || ENV['DB'] == 'postgres'
|
gem 'pg' if ENV['DB'] == 'all' || ENV['DB'] == 'postgres'
|
||||||
gem 'sqlite3' if ENV['DB'] == 'all' || ENV['DB'] == 'sqlite'
|
gem 'sqlite3' if ENV['DB'] == 'all' || ENV['DB'] == 'sqlite'
|
||||||
|
|
|
||||||
|
|
@ -104,7 +104,7 @@ GEM
|
||||||
bbenezech-nested_form (0.0.6)
|
bbenezech-nested_form (0.0.6)
|
||||||
bcrypt-ruby (3.0.1)
|
bcrypt-ruby (3.0.1)
|
||||||
bootstrap-sass (2.0.3.1)
|
bootstrap-sass (2.0.3.1)
|
||||||
builder (3.0.0)
|
builder (3.0.1)
|
||||||
capistrano (2.12.0)
|
capistrano (2.12.0)
|
||||||
highline
|
highline
|
||||||
net-scp (>= 1.0.0)
|
net-scp (>= 1.0.0)
|
||||||
|
|
@ -188,7 +188,7 @@ GEM
|
||||||
net-ssh (>= 2.1.3)
|
net-ssh (>= 2.1.3)
|
||||||
nokogiri (~> 1.5.0)
|
nokogiri (~> 1.5.0)
|
||||||
ruby-hmac
|
ruby-hmac
|
||||||
foreigner (1.1.6)
|
foreigner (1.2.1)
|
||||||
activerecord (>= 3.0.0)
|
activerecord (>= 3.0.0)
|
||||||
foreman (0.46.0)
|
foreman (0.46.0)
|
||||||
thor (>= 0.13.6)
|
thor (>= 0.13.6)
|
||||||
|
|
@ -495,7 +495,7 @@ DEPENDENCIES
|
||||||
fastercsv (= 1.5.5)
|
fastercsv (= 1.5.5)
|
||||||
fixture_builder (= 0.3.3)
|
fixture_builder (= 0.3.3)
|
||||||
fog
|
fog
|
||||||
foreigner (~> 1.1.0)
|
foreigner (~> 1.2.1)
|
||||||
foreman (= 0.46)
|
foreman (= 0.46)
|
||||||
fuubar (>= 1.0)
|
fuubar (>= 1.0)
|
||||||
gon
|
gon
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue