bump foreigner
This commit is contained in:
parent
9fdd1d4119
commit
e723d9f3d1
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -53,7 +53,7 @@ end
|
|||
# database
|
||||
|
||||
gem "activerecord-import", "0.2.11"
|
||||
gem 'foreigner', '1.2.1'
|
||||
gem 'foreigner', '1.3.0'
|
||||
gem 'mysql2', '0.3.11' if ENV['DB'].nil? || ENV['DB'] == 'all' || ENV['DB'] == 'mysql'
|
||||
gem 'pg', '0.14.1' if ENV['DB'] == 'all' || ENV['DB'] == 'postgres'
|
||||
gem 'sqlite3' if ENV['DB'] == 'all' || ENV['DB'] == 'sqlite'
|
||||
|
|
|
|||
|
|
@ -132,7 +132,7 @@ GEM
|
|||
font-awesome-sass-rails (3.0.2.1)
|
||||
railties (>= 3.1.1)
|
||||
sass-rails (>= 3.1.1)
|
||||
foreigner (1.2.1)
|
||||
foreigner (1.3.0)
|
||||
activerecord (>= 3.0.0)
|
||||
foreman (0.61.0)
|
||||
thor (>= 0.13.6)
|
||||
|
|
@ -432,7 +432,7 @@ DEPENDENCIES
|
|||
fastercsv (= 1.5.5)
|
||||
fixture_builder (= 0.3.5)
|
||||
fog (= 1.9.0)
|
||||
foreigner (= 1.2.1)
|
||||
foreigner (= 1.3.0)
|
||||
foreman (= 0.61)
|
||||
fuubar (= 1.1.0)
|
||||
gon (= 4.0.2)
|
||||
|
|
|
|||
Loading…
Reference in a new issue